summaryrefslogtreecommitdiff
path: root/audio/xhippo
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 07:22:56 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 07:22:56 +0000
commit7b4c77811e89d7fc1131ca6e63df3e719bc86b1d (patch)
tree9695733a1620c4c290c86f161a4f1b73160ed39a /audio/xhippo
parentImplement USE_GNOME, part 2. (diff)
Implement WANT_GNOME.
Notes
Notes: svn path=/head/; revision=33430
Diffstat (limited to 'audio/xhippo')
-rw-r--r--audio/xhippo/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index d872d512f1e7..62f686710c26 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -14,13 +14,17 @@ MASTER_SITES= http://zenchaos.netpedia.net/software/ \
MAINTAINER= rod@zort.on.ca
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_XLIB= yes
+USE_GTK= yes
+WANT_GNOME= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.pre.mk>
+
+.if defined(HAVE_GNOME)
+USE_GNOME= yes
+.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/etc/xhippo.config.default
@@ -29,4 +33,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>