1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/math/pygist/Makefile
1998-06-03 06:43:41 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: pygist
# Version required: 1.3
# 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 $
#
DISTNAME= PyGist-13
PKGNAME= pygist-1.3
CATEGORIES= math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
MAINTAINER= tg@FreeBSD.ORG
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
${PREFIX}/lib/yorick/1.4/lib/libgist.a:${PORTSDIR}/lang/yorick \
${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy
RUN_DEPENDS= python:${PORTSDIR}/lang/python \
${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy
WRKSRC= ${WRKDIR}/LLNLDistribution/Graphics
CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}'
PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5
SITEPYDIR= ${PREFIX}/lib/python1.5/site-packages
EXAMPLEDIR= ${PREFIX}/share/examples/PyGist
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}
${INSTALL_DATA} ${WRKSRC}/*/Demo/* ${EXAMPLEDIR}
.include <bsd.port.mk>