summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-engines2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gtk-engines2/Makefile')
-rw-r--r--x11-themes/gtk-engines2/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
new file mode 100644
index 000000000..0c2a4e84a
--- /dev/null
+++ b/x11-themes/gtk-engines2/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: gtk-engines2
+# Date Created: 21 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-themes/gtk-engines2/Makefile,v 1.76 2009/02/02 01:36:11 araujo Exp $
+# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.69 2009/01/10 01:59:22 mezz Exp $
+#
+
+PORTNAME= gtk-engines2
+PORTVERSION= 2.17.3
+CATEGORIES= x11-themes
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Theme engine for the GTK+-2.0 toolkit
+
+CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]*
+
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack gtk20 intlhack ltasneededhack
+USE_GETTEXT= yes
+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
+
+post-install:
+ @(cd ${WRKSRC}/po && ${GMAKE} install)
+
+.include <bsd.port.post.mk>