1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/pgplot/Makefile

22 lines
439 B
Makefile

# New ports collection makefile for: pgplot
# Version required: 5.1
# Date created: 21 December 1996
# Whom: jmz
#
# $Id: Makefile,v 1.1.1.1 1996/12/22 04:36:42 jmz Exp $
#
DISTNAME= pgplot5.1
PKGNAME= pgplot-5.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>