summaryrefslogtreecommitdiff
path: root/math/snns/Makefile
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
commit881cbb086254aee2428900993356386bd32f6df6 (patch)
tree7906696e53d8bcc97cca27ca989683b6b259d1b4 /math/snns/Makefile
parentRespect CC and CFLAGS (diff)
Update to 4.2.
Notes
Notes: svn path=/head/; revision=24984
Diffstat (limited to 'math/snns/Makefile')
-rw-r--r--math/snns/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile
index f999c9f04ddb..f196bcb4cbf8 100644
--- a/math/snns/Makefile
+++ b/math/snns/Makefile
@@ -1,31 +1,27 @@
# New ports collection makefile for: snns
-# Version required: 4.1
+# Version required: 4.2
# Date created: 2 Febuary 1997
# Whom: reg@shale.csir.co.za
#
# $FreeBSD$
#
-DISTNAME= SNNSv4.1
-PKGNAME= snns-4.1
+DISTNAME= SNNSv4.2
+PKGNAME= snns-4.2
CATEGORIES= math
MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/SNNS/
-MAINTAINER= reg@shale.csir.co.za
+MAINTAINER= reg@FreeBSD.org
USE_XLIB= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}/snns --enable-global
post-configure:
- @(cd ${WRKSRC} && ./configure < options.FreeBSD)
@(${SED} -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns)
-do-build:
- @(cd ${WRKSRC} && ./build all)
-
-do-install:
- ${MKDIR} ${PREFIX}/snns/bin ${PREFIX}/snns/examples
- ${INSTALL_PROGRAM} ${WRKSRC}/xgui/bin/other/xgui ${PREFIX}/snns/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/bin/other/* ${PREFIX}/snns/bin
+post-install:
+ ${MKDIR} ${PREFIX}/snns/examples;
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/snns/examples
${INSTALL_DATA} ${WRKSRC}/Readme ${PREFIX}/snns
${INSTALL_DATA} ${WRKSRC}/Readme.license ${PREFIX}/snns