summaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT/Makefile
blob: 45284ea7c0f87ba4e3949fbce02f233162fcf546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>