summaryrefslogtreecommitdiff
path: root/devel/linux-f10-libsigc++20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-f10-libsigc++20/Makefile')
-rw-r--r--devel/linux-f10-libsigc++20/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/linux-f10-libsigc++20/Makefile b/devel/linux-f10-libsigc++20/Makefile
deleted file mode 100644
index 901a5ee91aca..000000000000
--- a/devel/linux-f10-libsigc++20/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: devel/linux-f8-libsigc++20
-# Date created: 2008-04-02
-# Whom: bsam
-#
-# $FreeBSD$
-#
-
-PORTNAME= libsigc++20
-PORTVERSION= 2.0.18
-CATEGORIES= devel linux
-PKGNAMEPREFIX= linux-f8-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= Callback Framework for C++ (Linux Fedora 8)
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-LINUX_DIST_VER= 8
-RPMVERSION= 1
-USE_LDCONFIG= yes
-
-PLIST_FILES= usr/lib/libsigc-2.0.so.0 usr/lib/libsigc-2.0.so.0.0.0
-DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
-PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
-.include <bsd.port.mk>