aboutsummaryrefslogtreecommitdiff
path: root/devel/open-beagle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/open-beagle/Makefile')
-rw-r--r--devel/open-beagle/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile
deleted file mode 100644
index 165023682b81..000000000000
--- a/devel/open-beagle/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: beagle
-# Date created: Jun 9, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= beagle
-PORTVERSION= 2.1.5
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An Evolutionary Computation Framework
-
-USE_GCC= 3.3
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-optimization
-INSTALLS_SHLIB= yes
-
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-post-install:
- @${FIND} ${PREFIX}/include/beagle ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/include/beagle -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-
-.include <bsd.port.mk>