diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11-toolkits/pangomm/Makefile | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-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 'x11-toolkits/pangomm/Makefile')
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile deleted file mode 100644 index 1fa196005..000000000 --- a/x11-toolkits/pangomm/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: pangomm -# Date created: 23 July 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.12 2009/08/28 18:05:11 kwm Exp $ -# - -PORTNAME= pangomm -PORTVERSION= 2.26.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Pango - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pango -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="1.4" - -post-patch: -.for d in tests - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ - ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif |