aboutsummaryrefslogtreecommitdiffstats
path: root/audio/zinf
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-31 08:13:25 +0800
committermarcus <marcus@FreeBSD.org>2002-08-31 08:13:25 +0800
commitc09dc513f70813fd1915b12787ca0e934c4e4f5d (patch)
treed861acef1f689743981e09642f332436fdd4994a /audio/zinf
parent0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff)
downloadfreebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz
freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.zst
freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip
Use USE_GNOMENG.
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/zinf')
-rw-r--r--audio/zinf/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile
index db98bc63252a..04f66959cabf 100644
--- a/audio/zinf/Makefile
+++ b/audio/zinf/Makefile
@@ -18,8 +18,9 @@ LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/musicbrainz \
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
ttf.4:${PORTSDIR}/print/freetype
-USE_GTK= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+WANT_GNOME= yes
USE_GMAKE= yes
USE_AUTOCONF_VER=213
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
@@ -34,9 +35,10 @@ CFLAGS+= "-D_M_IX86"
CFLAGS+= "-D_M_ALPHA"
.endif
-.if defined(HAVE_ESOUND) || defined(WITH_ALL_PLUGINS)
-USE_ESOUND= yes
+.if ${HAVE_GNOME:Mesound}!="" || defined(WITH_ALL_PLUGINS)
+USE_GNOME+= esound
PLIST_SUB+= ESOUND=""
+PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --disable-esd
PLIST_SUB+= ESOUND="@comment "
@@ -69,11 +71,11 @@ pre-everything::
@${ECHO_MSG} "WITH_ALL_PLUGINS=yes build with all plugins"
@${ECHO_MSG}
-# Stop a flood of complaints and PRs from people who can't be bothered
+# Stop a flood of complaints and PRs from people who can't be bothered
# to keep their ports and packages up to date.
pre-extract:
@test -d ${LOCALBASE}/include/freetype1/freetype && true \
- || { echo '===> UPGRADE print/freetype TO CURRENT VERSION!';false; }
+ || { ${ECHO_MSG} '===> UPGRADE print/freetype TO CURRENT VERSION!';false; }
post-install:
@${MKDIR} ${PREFIX}/etc/sdr/plugins