freebsd-ports/math/gnuplot/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

26 lines
545 B
Makefile

# New ports collection makefile for: gnuplot
# Version required: 3.5
# Date created: 6 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.6 1996/11/18 10:24:43 asami Exp $
#
DISTNAME= gnuplot
PKGNAME= gnuplot-3.5
CATEGORIES= math graphics
MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ \
${MASTER_SITE_GNU}
DISTFILES= gnuplot3.5.tar.Z
MAINTAINER= jmz@FreeBSD.org
MAN1= gnuplot.1 lasergnu.1
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib
@mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>