aboutsummaryrefslogtreecommitdiff
path: root/devel/gconfmm/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 09:47:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 09:47:40 +0000
commitebe8180e3a2d23336cbca0a1af342b15eb9b1a33 (patch)
treeccc6a29bb7cca50e42b74b8e45c7ae346abff26b /devel/gconfmm/Makefile
parent51060fe14ca439b6395fefefc15a7a6063fce03a (diff)
downloadports-ebe8180e3a2d23336cbca0a1af342b15eb9b1a33.tar.gz
ports-ebe8180e3a2d23336cbca0a1af342b15eb9b1a33.zip
Notes
Diffstat (limited to 'devel/gconfmm/Makefile')
-rw-r--r--devel/gconfmm/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile
deleted file mode 100644
index d34749b19c7b..000000000000
--- a/devel/gconfmm/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Alexander Nedotsukov <bland@mail.ru>
-# $FreeBSD$
-
-PORTNAME= gconfmm
-PORTVERSION= 2.0.2
-PORTREVISION= 11
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= C++ wrapper for gconf2 API library
-
-LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_AUTOTOOLS= libtool
-USES= gmake pkgconfig
-USE_GNOME= gnomehack lthack gconf2
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --enable-static
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
- ${WRKSRC}/gconf/gconfmm/client.cc
-
-.include <bsd.port.mk>