summaryrefslogtreecommitdiffstats
path: root/devel/mm-common/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 23:50:22 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 23:50:22 +0800
commitdcfd11f5a4e05d26402dfa5878d980504e2c3aca (patch)
tree30e24ea3856aa169e2fc0e94d09efab550849b05 /devel/mm-common/Makefile
parentb62a9805db787c807be4b25a85ab8edc610e5979 (diff)
downloadmarcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar
marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.gz
marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.bz2
marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.lz
marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.xz
marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.zst
marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.zip
Update to 0.9.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15489 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..6a84b6bc4
--- /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: ports/devel/mm-common/Makefile,v 1.11 2010/05/03 00:54:20 avl Exp $
+#
+
+PORTNAME= mm-common
+PORTVERSION= 0.9.3
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Common build infrastructure for the GNOME C++ binding libraries
+
+LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
+
+USE_GNOME= gnomehack
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= mm-common-prepare.1
+
+.include <bsd.port.mk>