aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cego-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cego-base/Makefile')
-rw-r--r--devel/cego-base/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/cego-base/Makefile b/devel/cego-base/Makefile
deleted file mode 100644
index a95fea1b9c03..000000000000
--- a/devel/cego-base/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: cego-base
-# Date created: Jun 12, 2010
-# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
-#
-# $FreeBSD$
-
-PORTNAME= cego-base
-PORTVERSION= 1.1.32
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.lemke-it.com/
-DISTNAME= base-${PORTVERSION}
-
-MAINTAINER= fbsd-ports@opsec.eu
-COMMENT= A collection of basic c++ classes, used for databases/cego
-
-LICENSE= GPLv2
-WRKSRC= ${WRKDIR}/base
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf:267:env
-
-.include <bsd.port.mk>