freebsd-ports/math/gnuplot/Makefile
Jordan K. Hubbard caedea32b1 Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
1995-04-28 13:35:40 +00:00

23 lines
494 B
Makefile

# New ports collection makefile for: gnuplot
# Version required: 3.5
# Date created: 6 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $
#
DISTNAME= gnuplot
PKGNAME= gnuplot-3.5
CATEGORIES+= math graphics
MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/
DISTFILES= gnuplot3.5.tar.Z
MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib
@mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>