summaryrefslogtreecommitdiff
path: root/audio/xmradio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmradio/Makefile')
-rw-r--r--audio/xmradio/Makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
index 657a2f3dc7af..dad6bd1aa5cb 100644
--- a/audio/xmradio/Makefile
+++ b/audio/xmradio/Makefile
@@ -1,27 +1,22 @@
-# Created by: runge@rostock.zgdv.de
+# Created by: Thomas Runge <runge@rostock.zgdv.de>
# $FreeBSD$
PORTNAME= xmradio
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= audio
-MASTER_SITES= http://core.de/~coto/radio/
+MASTER_SITES= http://BSDforge.com/projects/source/audio/xmradio/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Motif based FM tuner (for use with bt848 driver)
+MAINTAINER= portmaster@BSDforge.com
+COMMENT= Motif based FM tuner (for use with bktr(4) driver)
+
+LICENSE= BSD2CLAUSE
+
+ONLY_FOR_ARCHS= i386 amd64
-BROKEN= Unfetchable
USES= imake motif
USE_XORG= xpm
-ONLY_FOR_ARCHS= i386 amd64
PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio
-post-patch:
- ${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h," \
- ${WRKSRC}/radio.c
-#
-#post-install:
-# ${STRIP_CMD} ${PREFIX}/bin/xmradio
-
.include <bsd.port.mk>