summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30-reference/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /x11-toolkits/gtkmm30-reference/Makefile
parentAdd an option to build the milter with SPF support. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Notes
Notes: svn path=/head/; revision=257512 svn path=/tags/RELEASE_8_1_0/; revision=257513; tag=release/8.1.0
Diffstat (limited to '')
-rw-r--r--x11-toolkits/gtkmm30-reference/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-toolkits/gtkmm30-reference/Makefile b/x11-toolkits/gtkmm30-reference/Makefile
deleted file mode 100644
index 7e80c8eedd36..000000000000
--- a/x11-toolkits/gtkmm30-reference/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gtkmm20-reference
-# Date created: 09 May 2006
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 6
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0
-
-post-patch:
- @${FIND} ${WRKSRC}/examples -name Makefile.in \
- | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
-
-do-install:
-.if !defined(NOPORTDOCS)
-.for d in docs examples
- @cd ${WRKSRC}/${d} && ${GMAKE} install
-.endfor
-.endif
-
-.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"