summaryrefslogtreecommitdiff
path: root/devel/libsigc++20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r--devel/libsigc++20/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
deleted file mode 100644
index 2d321da8d691..000000000000
--- a/devel/libsigc++20/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: libsigc++
-# Date created: 30 September 2002
-# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libsigc++
-PORTVERSION= 1.2.0
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= libsigc
-
-MAINTAINER= gnome@FreeBSD.org
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_GMAKE= yes
-NO_LATEST_LINK= yes
-INSTALLS_SHLIB= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack
-USE_LIBTOOL= yes
-
-.include <bsd.port.mk>