1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/graphics/p5-PGPLOT/Makefile

29 lines
655 B
Makefile
Raw Normal View History

# 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
1997-04-20 13:53:29 +00:00
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>