mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
363 B
Makefile
21 lines
363 B
Makefile
|
# 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>
|