diff options
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile new file mode 100644 index 000000000000..035cf5474f4b --- /dev/null +++ b/graphics/pgplot/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pgplot +# Version required: 5.1 +# Date created: 21 December 1996 +# Whom: jmz +# +# $Id$ +# + +DISTNAME= pgplot5.1 +CATEGORIES= graphics +MASTER_SITES= ftp://astro.caltech.edu/pub/pgplot/ + +MAINTAINER= jmz@FreeBSD.org + +WRKSRC= ${WRKDIR}/pgplot + +post-install: + /sbin/ldconfig -m ${PREFIX}/lib + +.include <bsd.port.mk> |