summaryrefslogtreecommitdiffstats
path: root/audio/gqradio/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 14:20:46 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 14:20:46 +0800
commitb1c0d472ef0f1459b76e96089e06dd910f80c813 (patch)
tree002cc1f803ef0ed226e5e3555b6613a767ee1578 /audio/gqradio/Makefile
parent646c9252aed002ccc3371781d89f8de739e03c11 (diff)
downloadmarcuscom-ports-b1c0d472ef0f1459b76e96089e06dd910f80c813.tar.gz
marcuscom-ports-b1c0d472ef0f1459b76e96089e06dd910f80c813.tar.zst
marcuscom-ports-b1c0d472ef0f1459b76e96089e06dd910f80c813.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6791 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gqradio/Makefile')
-rw-r--r--audio/gqradio/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile
new file mode 100644
index 000000000..85f9047e9
--- /dev/null
+++ b/audio/gqradio/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gqradio
+# Date created: 13 Apr 2003
+# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gqradio
+PORTVERSION= 1.9.2
+PORTREVISION= 2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=gqmpeg
+
+MAINTAINER= stefan.jahn@nemesis-sektor.de
+COMMENT= GTK2 based FM tuner
+
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gtk20 gnomehack gnomeprefix
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+ONLY_FOR_ARCHS= i386
+.else
+ONLY_FOR_ARCHS= alpha i386 ia64
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|share/gqradio|share/gnome/gqradio|; \
+ s|\(doc/gqradio\)-\$$VERSION|\1|' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|^\(readmedir = \).*|\1$$(prefix)/share/doc/gqradio|; \
+ s|COPYING||' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.post.mk>