summaryrefslogtreecommitdiffstats
path: root/polish
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-03 01:06:26 +0000
committerlioux <lioux@FreeBSD.org>2002-09-03 01:06:26 +0000
commit45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch)
tree2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /polish
parentb53629dafbc9bddce9311abaa627ad65302e89fb (diff)
downloadFreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip
FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz
Deploy USE_GNOMENG infrastructure
PR: 42345 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'polish')
-rw-r--r--polish/gnugadu/Makefile10
-rw-r--r--polish/gnugadu2/Makefile10
2 files changed, 12 insertions, 8 deletions
diff --git a/polish/gnugadu/Makefile b/polish/gnugadu/Makefile
index 199d054..deeeba0 100644
--- a/polish/gnugadu/Makefile
+++ b/polish/gnugadu/Makefile
@@ -16,13 +16,15 @@ MAINTAINER= doc@lublin.t1.pl
WRKSRC= ${WRKDIR}/gg-${PORTVERSION}
USE_GMAKE= yes
-USE_GTK= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+WANT_GNOME= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+= esound
+PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --disable-esd
.endif
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile
index 199d054..deeeba0 100644
--- a/polish/gnugadu2/Makefile
+++ b/polish/gnugadu2/Makefile
@@ -16,13 +16,15 @@ MAINTAINER= doc@lublin.t1.pl
WRKSRC= ${WRKDIR}/gg-${PORTVERSION}
USE_GMAKE= yes
-USE_GTK= yes
-WANT_ESOUND= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+WANT_GNOME= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
+.if ${HAVE_GNOME:Mesound}!=""
+USE_GNOME+= esound
+PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --disable-esd
.endif
OpenPOWER on IntegriCloud