summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-engines2
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-10 09:59:22 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-10 09:59:22 +0800
commitb39cd8f50aefb862ed00b7012ee0a20a862cd496 (patch)
tree8594a63b0584cf1abf8a23251e5644c758b29873 /x11-themes/gtk-engines2
parent6ec9c03df3125ba4c9e0045c39dcb8f63d90a970 (diff)
downloadmarcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.gz
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.bz2
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.lz
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.xz
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.zst
marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11867 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-engines2')
-rw-r--r--x11-themes/gtk-engines2/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
index eb94a6a7f..304b213a9 100644
--- a/x11-themes/gtk-engines2/Makefile
+++ b/x11-themes/gtk-engines2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.67 2008/09/23 05:04:31 marcus Exp $
+# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.68 2008/10/20 22:54:55 kwm Exp $
#
PORTNAME= gtk-engines2
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= Theme engine for the gtk+-2.0 toolkit
+COMMENT= Theme engine for the GTK+-2.0 toolkit
CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]*
@@ -27,20 +27,15 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+OPTIONS= ANIMATION "Enable experimental animated progressbars" off
+
+.include <bsd.port.pre.mk>
+
.if defined(WITH_ANIMATION)
CONFIGURE_ARGS+= --enable-animation
.endif
-pre-everything::
-.if !defined(WITH_ANIMATION)
- @${ECHO_MSG} ""
- @${ECHO_MSG} " You can enable experimental animated progressbars"
- @${ECHO_MSG} " with the clearlooks engine by defining"
- @${ECHO_MSG} " WITH_ANIMATION"
- @${ECHO_MSG} ""
-.endif
-
post-install:
@(cd ${WRKSRC}/po && ${GMAKE} install)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>