summaryrefslogtreecommitdiffstats
path: root/devel/libsigc++20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r--devel/libsigc++20/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
deleted file mode 100644
index 31e821ca5..000000000
--- a/devel/libsigc++20/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: libsigc++2
-# Date created: 14 Feb 2004
-# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libsigc++
-PORTVERSION= 1.9.15
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= libsigc
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Callback Framework for C++
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2= yes
-USE_GCC= 3.3
-USE_GMAKE= yes
-LATEST_LINK= libsigc++2
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack lthack gnometarget pkgconfig
-USE_LIBTOOL_VER=13
-
-.if !defined(NOPORTDOCS)
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
-.else
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^\(SUBDIRS =\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.mk>