From 02b71db7e78dd4d6da58fc27df2a9150121a6973 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 24 Dec 1996 07:47:28 +0000 Subject: Fix this Makefile up big-time. (1) Standardize (move variables around). (2) Finish writing the *_DEPENDS line, which all ended in mid-sentence. (3) Move docs from share/pgperl to share/doc/pgperl. --- graphics/p5-PGPLOT/Makefile | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'graphics/p5-PGPLOT') diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 9cd7cf86ff5a..6cd847524e7f 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,26 +3,27 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/12/23 17:37:41 jmz Exp $ # DISTNAME= PGPLOT1.0b_src -EXTRACT_SUFX= .tar.Z PKGNAME= pgperl-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/perl5/ - -WRKSRC= ${WRKDIR}/PGPLOT -ALL_TARGET= dynamic +EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= perl5.003 -LIB_DEPENDS= pgplot\\.5\\. -RUN_DEPENDS= perl5.003 +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +WRKSRC= ${WRKDIR}/PGPLOT +ALL_TARGET= dynamic post-install: - @mkdir -p ${PREFIX}/share/pgperl - @(cd ${WRKSRC}; cp LICENSE pgperl.doc testpg* ${PREFIX}/share/pgperl) + @${MKDIR} ${PREFIX}/share/doc/pgperl + @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE pgperl.doc testpg* \ + ${PREFIX}/share/doc/pgperl) .include -- cgit v1.2.3