mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Upgrade to 1.5.
This commit is contained in:
parent
862a3a4554
commit
dd403ee19d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11499
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (PyGist-13.tgz) = 830a92e30e86e04ad7074b684f7959a4
|
||||
MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100
|
||||
|
@ -1,11 +1,6 @@
|
||||
--- Setup.orig Fri May 8 19:40:19 1998
|
||||
+++ Setup Sat May 30 13:24:50 1998
|
||||
@@ -1,15 +1,15 @@
|
||||
-*shared*
|
||||
+*shared*
|
||||
|
||||
#This file is designed for building a dynamic extension.
|
||||
|
||||
--- Setup.orig Fri Jun 19 17:27:08 1998
|
||||
+++ Setup Tue Jun 23 20:33:36 1998
|
||||
@@ -5,11 +5,11 @@
|
||||
# Gist module
|
||||
# Change XLIB to the directory where libX11.a is found on your system.
|
||||
# Change YORHOME to the directory (--prefix) where Yorick was installed.
|
||||
|
Loading…
Reference in New Issue
Block a user