summaryrefslogtreecommitdiffstats
path: root/devel/gnome-common/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-23 13:00:57 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-23 13:00:57 +0800
commitbcc13e1d180bb459286b52b1a98bb3aa2e533ac8 (patch)
treec0f2304d66bbac74b7e03ed44f79f2a86b1b216e /devel/gnome-common/Makefile
parent0d6ed092d3fe51fdbad06426489ce28076631ce8 (diff)
downloadmarcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.gz
marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.zst
marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.zip
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11610 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-common/Makefile')
-rw-r--r--devel/gnome-common/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
new file mode 100644
index 000000000..d22d4971f
--- /dev/null
+++ b/devel/gnome-common/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gnomecommon
+# Date created: 04 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/gnome-common/Makefile,v 1.7 2007/09/17 18:37:36 ahze Exp $
+#
+
+PORTNAME= gnome-common
+PORTVERSION= 2.24.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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>