mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
35 lines
923 B
Makefile
35 lines
923 B
Makefile
# New ports collection makefile for: snns
|
|
# Date created: 2 Febuary 1997
|
|
# Whom: reg@shale.csir.co.za
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= snns
|
|
PORTVERSION= 4.2
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/SNNS/
|
|
DISTNAME= SNNSv${PORTVERSION}
|
|
DISTNAME= SNNSv${PORTVERSION}
|
|
|
|
MAINTAINER= reg@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}/snns --enable-global
|
|
|
|
post-configure:
|
|
@(${SED} -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns)
|
|
|
|
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
|
|
${INSTALL_DATA} ${WRKSRC}/default.cfg ${PREFIX}/snns
|
|
${INSTALL_DATA} ${WRKSRC}/help.hdoc ${PREFIX}/snns
|
|
${INSTALL_SCRIPT} ${WRKSRC}/snns ${PREFIX}/bin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|