diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 07:22:56 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 07:22:56 +0000 |
commit | 05b7017f031a0b7ec77897d1ff4479959829076e (patch) | |
tree | 26ae85d09c84baa372a2949e4ad9d1546c408c7e /audio/xhippo | |
parent | 68dad4980b984b6c03859651af5eefb37c1c9d90 (diff) | |
download | FreeBSD-ports-05b7017f031a0b7ec77897d1ff4479959829076e.zip FreeBSD-ports-05b7017f031a0b7ec77897d1ff4479959829076e.tar.gz |
Implement WANT_GNOME.
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index d872d51..62f6867 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> |