summaryrefslogtreecommitdiff
path: root/math/pygist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pygist/Makefile')
-rw-r--r--math/pygist/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile
index f0ec8b00cca6..d9d2ab3d4ddf 100644
--- a/math/pygist/Makefile
+++ b/math/pygist/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: pygist
-# Version required: 1.3
+# Version required: 1.5
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1998/06/02 08:09:36 tg Exp $
+# $Id: Makefile,v 1.2 1998/06/03 06:43:41 tg Exp $
#
-DISTNAME= PyGist-13
-PKGNAME= pygist-1.3
+DISTNAME= LLNLPython4
+PKGNAME= pygist-1.5
CATEGORIES= math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
@@ -20,7 +20,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
RUN_DEPENDS= python:${PORTSDIR}/lang/python \
${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy
-WRKSRC= ${WRKDIR}/LLNLDistribution/Graphics
+WRKSRC= ${WRKDIR}/LLNLPython4/Graphics
CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}'
@@ -33,7 +33,6 @@ do-configure:
@(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py)
post-install:
- @${RM} ${WRKSRC}/*/Demo/*.orig ${WRKSRC}/*/Lib/*.orig
${INSTALL_DATA} ${WRKSRC}/*/Lib/* ${SITEPYDIR}
@${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${SITEPYDIR}
${MKDIR} ${EXAMPLEDIR}