summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-themes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gnome-themes/Makefile')
-rw-r--r--x11-themes/gnome-themes/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
new file mode 100644
index 000000000..b76bde00c
--- /dev/null
+++ b/x11-themes/gnome-themes/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnome-themes
+# Date Created: 05 October 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/gnome-themes/Makefile,v 1.1 2002/10/06 01:56:00 marcus Exp $
+#
+
+PORTNAME= gnome-themes
+PORTVERSION= 0.1
+PORTREVISION= 1
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= gtk-x11-2.0.100:${PORTSDIR}/x11-toolkits/gtk20
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>