summaryrefslogtreecommitdiff
path: root/graphics/pgplot/Makefile
blob: 81660913e85539bd406127a50ed28bb9c183b997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	pgplot
# Version required:     5.2
# Date created:		21 December 1996
# Whom:			jmz
#
# $Id: Makefile,v 1.3 1997/07/17 15:12:44 max Exp $
#

DISTNAME=       pgplot5.2
PKGNAME=        pgplot-5.2
CATEGORIES=     graphics
MASTER_SITES=   ftp://astro.caltech.edu/pub/pgplot/

MAINTAINER=	jmz@FreeBSD.org

WRKSRC=		${WRKDIR}/pgplot

post-install:
	${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>