summaryrefslogtreecommitdiffstats
path: root/audio/gqradio/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 22:40:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 22:40:44 +0800
commite7a58ba740a4441551309648c5da4a2837cf4533 (patch)
tree3b96ca2592ac97ced4cbaeea4b8602a7e9405182 /audio/gqradio/Makefile
parent14d3950b47bf420aff11fb5ecf4d9c951c41f639 (diff)
downloadmarcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.tar
marcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.tar.gz
marcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.tar.bz2
marcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.tar.lz
marcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.tar.xz
marcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.tar.zst
marcuscom-ports-e7a58ba740a4441551309648c5da4a2837cf4533.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8753 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gqradio/Makefile')
-rw-r--r--audio/gqradio/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile
new file mode 100644
index 000000000..f15bf7b90
--- /dev/null
+++ b/audio/gqradio/Makefile
@@ -0,0 +1,35 @@
+# 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= 3
+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
+
+ONLY_FOR_ARCHS= alpha i386 ia64
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+
+post-patch:
+ @${REINPLACE_CMD} -e '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.mk>