# New ports collection makefile for: py-gnuplot # Date created: 3 July 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= py-gnuplot PORTVERSION= 1.5 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnuplot-py DISTNAME= Gnuplot-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ ${PYNUMERIC} USE_PYTHON= yes USE_PYDISTUTILS= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/py-gnuplot cd ${WRKSRC}/doc && ${TAR} -chf - * | \ ${TAR} --unlink -xf - -C ${PREFIX}/share/doc/py-gnuplot .endif .include bsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-131-1/+1
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
* - Strip libraryDmitry Marakasov2015-05-281-1/+5
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
* textproc/scim:Tijl Coosemans2014-08-311-1/+1
* - Switch to USES=libtoolDmitry Marakasov2014-07-23