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, 37 insertions, 0 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
new file mode 100644
index 000000000..0f787a37d
--- /dev/null
+++ b/devel/libsigc++20/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: libsigc++2
+# Date created: 14 Feb 2004
+# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libsigc++
+PORTVERSION= 1.9.14
+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= yes
+
+.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>