summaryrefslogtreecommitdiffstats
path: root/devel/mm-common/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-27 06:45:15 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-27 06:45:15 +0800
commit0689cfc39135567b838c85d16e04d16a4c5a309d (patch)
tree889e2af93d8afb7ace2917aa2a202fd8592146e3 /devel/mm-common/Makefile
parentc4999fd188535abd43876063f21bd808368f6450 (diff)
downloadmarcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.tar
marcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.tar.gz
marcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.tar.bz2
marcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.tar.lz
marcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.tar.xz
marcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.tar.zst
marcuscom-ports-0689cfc39135567b838c85d16e04d16a4c5a309d.zip
Update to 0.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13310 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/mm-common/Makefile')
-rw-r--r--devel/mm-common/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile
new file mode 100644
index 000000000..6e9b60748
--- /dev/null
+++ b/devel/mm-common/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mm-common
+# Date Created: 27 Aug 2009
+# Whom: Koop Mast<kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= mm-common
+PORTVERSION= 0.9
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Common build infrastructure for the GNOME C++ binding libraries
+
+LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
+
+USE_GNOME= gnomehack
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= mm-common-prepare.1
+
+.include <bsd.port.mk>