# New ports collection makefile for: py-gato # Date created: 31 August 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= gato PORTVERSION= 0.98.J CATEGORIES= math python MASTER_SITES= http://www.zpr.uni-koeln.de/~gato/Download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Gato-${PORTVERSION:U:C|\.([^.]*)$|\1|} EXTRACT_SUFX= .tar MAINTAINER= wjv@FreeBSD.org COMMENT= A Python-based toolbox to visualise algorithms on graphs RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter USE_PYTHON= yes WRKSRC= ${WRKDIR}/Gato GATO_DIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/Gato EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} CPIO= cpio --quiet -pdum -R pre-build: @ ${TOUCH} ${WRKSRC}/__init__.py do-build: @ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: @ ${MKDIR} ${GATO_DIR} @ cd ${WRKSRC} && ${FIND} *.py *.pyc *.pyo \ -name Gato.py\* -o -name Gred.py\* -o -print \ | ${CPIO} ${BINOWN}:${BINGRP} ${GATO_DIR} .for script in Gato Gred @ ${INSTALL_SCRIPT} ${WRKSRC}/${script}.py ${PREFIX}/bin/${script} .endfor post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${EXAMPLESDIR} .for egfile in *.alg *.pro *.cat @ ${INSTALL_DATA} ${WRKSRC}/${egfile} ${EXAMPLESDIR} .endfor .endif .include 5994014bef16a724cecc0a3930a'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Limit the BROKENness to only CURRENTgahr2011-04-131-1/+1
* - Update to 7.10.2gahr2011-04-121-5/+6
* - Mark BROKEN on 9.X: does not installpav2011-04-121-1/+7
* - Fix BUILD_DEPENDSgahr2011-03-111-1/+2
* - Update to 7.10.1gahr2011-03-101-1/+1
* - Update to 7.9.1gahr2011-01-311-3/+5
* - Merge in a patch from the git repository that fixes a bug when tryinggahr2010-07-221-0/+1
* - Update to 7.8.2gahr2010-06-211-1/+1
* - Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.sogahr2010-05-311-0/+2
* - Make sure that gcc >= 4.2 is used (unbreaks on 6.x)gahr2010-04-161-0/+1
* - Add build dependency on pythongahr2010-04-091-0/+1