summaryrefslogtreecommitdiffstats
path: root/devel/mm-common/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /devel/mm-common/Makefile
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/mm-common/Makefile')
-rw-r--r--devel/mm-common/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile
deleted file mode 100644
index ffdf0a2f4..000000000
--- a/devel/mm-common/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.5 2009/09/09 12:14:16 kwm Exp $
-#
-
-PORTNAME= mm-common
-PORTVERSION= 0.8
-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>