summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-engines3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-18 22:57:26 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-18 22:57:26 +0800
commita66a339f6eb04c77eb4e575240b48d60d39895c2 (patch)
tree6d5dbda94cf809bdb9093fd5c282922e1d360adc /x11-themes/gtk-engines3/Makefile
parentf54370da12c4a653faaff33026dd912916dbc76e (diff)
downloadmarcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.tar
marcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.tar.gz
marcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.tar.bz2
marcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.tar.lz
marcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.tar.xz
marcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.tar.zst
marcuscom-ports-a66a339f6eb04c77eb4e575240b48d60d39895c2.zip
Add gtk-engines3 2.90.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14253 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-engines3/Makefile')
-rw-r--r--x11-themes/gtk-engines3/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines3/Makefile b/x11-themes/gtk-engines3/Makefile
new file mode 100644
index 000000000..f81555887
--- /dev/null
+++ b/x11-themes/gtk-engines3/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: gtk-engines2
+# Date Created: 21 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gtk-engines3
+PORTVERSION= 2.90.2.1
+CATEGORIES= x11-themes
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION}
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Theme engine for the GTK+-3.0 toolkit
+
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack gtk30 intlhack ltasneededhack
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:22
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+
+OPTIONS= ANIMATION "Enable animated progressbars" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_ANIMATION)
+CONFIGURE_ARGS+= --enable-animation
+.endif
+
+post-install:
+ @(cd ${WRKSRC}/po && ${GMAKE} install)
+
+.include <bsd.port.post.mk>