summaryrefslogtreecommitdiffstats
path: root/devel/gnomecommon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnomecommon/Makefile')
-rw-r--r--devel/gnomecommon/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile
new file mode 100644
index 000000000..d27981d87
--- /dev/null
+++ b/devel/gnomecommon/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnomecommon
+# Date created: 04 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnomecommon
+PORTVERSION= 2.11.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-common/2.11
+DISTNAME= gnome-common-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Common automake macros for GNOME and GNOME 2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= pkgconfig gnometarget
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>