diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-12-22 04:36:43 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-12-22 04:36:43 +0000 |
| commit | 1ba25af393be58f95d98fd2a59531ed70fd13f56 (patch) | |
| tree | 77fd92598cf46080ef1646725278d2c1180d8f7f /graphics/pgplot/Makefile | |
| parent | 55b9a876659e5612bebe3826fa8c694428586002 (diff) | |
Notes
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> |
