diff options
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r-- | devel/libsigc++20/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile deleted file mode 100644 index 6ff2ab9aa682..000000000000 --- a/devel/libsigc++20/Makefile +++ /dev/null @@ -1,28 +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.5 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 \ - libsigc -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Callback Framework for C++ - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -LATEST_LINK= libsigc++12 -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL= yes - -.include <bsd.port.mk> |