summaryrefslogtreecommitdiff
path: root/www/comclear
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-04 21:41:30 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-04 21:41:30 +0000
commitbc47cccc84a1837da1919cf6c75785c9646d1761 (patch)
treef7a9d348554d6994c70ad84089b6b749b7ac60fd /www/comclear
parentUpgrade to INN 2.3.2. (diff)
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes: svn path=/head/; revision=42259
Diffstat (limited to 'www/comclear')
-rw-r--r--www/comclear/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile
index 2e1c53cde1ac..60ad81501fc5 100644
--- a/www/comclear/Makefile
+++ b/www/comclear/Makefile
@@ -7,19 +7,22 @@
PORTNAME= comclear
PORTVERSION= 1.1
-CATEGORIES= www
+PORTREVISION= 1
+CATEGORIES= www gtk
MASTER_SITES= http://www.neuro-tech.net/files/
MAINTAINER= roam@FreeBSD.org
-.if defined(WITH_GTK)
-BUILD_DEPENDS= ${X11BASE}/bin/gtk12-config:${PORTSDIR}/x11-toolkits/gtk12/
-CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
-.endif
-
+WANT_GTK= yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if defined(HAVE_GTK)
+USE_GTK= yes
+.endif
+
# Do not install docs by default, see the ifdef'd post-install below.
post-configure:
${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
@@ -29,4 +32,4 @@ post-install:
cd ${WRKSRC} && ${GMAKE} install-docDATA
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>