From 881cbb086254aee2428900993356386bd32f6df6 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 24 Jan 2000 00:49:46 +0000 Subject: Update to 4.2. --- math/snns/Makefile | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'math/snns/Makefile') 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 -- cgit v1.2.3