freebsd-ports/math/plplot-ada/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

31 lines
784 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= plplot
PORTVERSION= ${RELEASE}
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
PKGNAMESUFFIX= -ada
MAINTAINER= ports@FreeBSD.org
COMMENT= Ada bindings for PLplot
LICENSE= LGPL3
LIB_DEPENDS= libplplot.so:math/plplot
USES= ada
DISTINFO_FILE= ${.CURDIR}/../plplot/distinfo
RELEASE!= awk '/SHA/ {split($$2,a,"."); print substr(a[1], 9) "." a[2] "." a[3];}' ${DISTINFO_FILE}
BUILD_WRKSRC= ${WRKSRC}/bindings
INSTALL_WRKSRC= ${WRKSRC}/bindings
post-extract:
${CP} ${FILESDIR}/build_plplot.gpr ${FILESDIR}/Makefile \
${BUILD_WRKSRC}
${CAT} ${FILESDIR}/plplot.gpr.in | \
${SED} -e "s|@PREFIX@|${PREFIX}|g" > ${BUILD_WRKSRC}/plplot.gpr
.include <bsd.port.mk>