1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/graphics/pgperl/Makefile
Satoshi Asami dc5ea736c7 Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00

29 lines
655 B
Makefile

# New ports collection makefile for: pgperl
# Version required: 1.0
# Date created: 22 December 1996
# Whom: jmz
#
# $Id: Makefile,v 1.4 1997/05/24 13:17:09 jfitz Exp $
#
DISTNAME= PGPLOT1.0b_src
PKGNAME= pgperl-1.0
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/perl5/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot
USE_PERL5= yes
WRKSRC= ${WRKDIR}/PGPLOT
ALL_TARGET= dynamic
post-install:
@${MKDIR} ${PREFIX}/share/doc/pgperl
@(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE pgperl.doc testpg* \
${PREFIX}/share/doc/pgperl)
.include <bsd.port.mk>