blob: 01b2beb0dd2a1ba684b0cc0378bfa66d424d38a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gnuplot
# Version required: 3.5
# Date Created: 30 January 1998
# Whom: root@garbled.futureone.com
#
# $NetBSD: Makefile,v 1.2 1998/02/08 23:59:20 hubertf Exp $
#
DISTNAME= gnuplot-3.5
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= root@garbled.futureone.com
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/gnuplot
MAN1= gnuplot.1
post-patch:
${RM} ${WRKSRC}/docs/makefile
.include <bsd.port.mk>
|