diff options
-rw-r--r-- | math/calc/Makefile | 4 | ||||
-rw-r--r-- | math/eispack/Makefile | 4 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/hexcalc/Makefile | 3 | ||||
-rw-r--r-- | math/linpack/Makefile | 3 | ||||
-rw-r--r-- | math/oleo/Makefile | 3 |
6 files changed, 13 insertions, 7 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index cf1debb36b7b..c57358b90f26 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/11 01:59:57 jmz Exp $ +# $Id: Makefile,v 1.5 1995/04/16 23:19:07 asami Exp $ # DISTNAME= calc-2.9.3t6 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/ MAINTAINER= jmz@FreeBSD.org +CATEGORIES+= math + pre-install: @mkdir -p ${PREFIX}/lib/calc/help @mkdir -p ${PREFIX}/man/man1 diff --git a/math/eispack/Makefile b/math/eispack/Makefile index a81953a33736..7d5f50ddd368 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:18:49 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:30:05 asami Exp $ # DISTNAME= eispack @@ -11,6 +11,7 @@ PKGNAME= eispack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/eispack/ .if defined(MASTER_SITE_OVERRIDE) MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/eispack/ @@ -43,4 +44,3 @@ pre-extract: chmod +x scripts/uncomp .include <bsd.port.mk> - diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 95f9f40131de..9e22739f27ae 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,11 +3,12 @@ # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 02:01:00 jmz Exp $ +# $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 diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index b6bfa29da209..71ba65a9efd4 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -3,11 +3,12 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/03/24 11:10:19 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 01:19:01 asami Exp $ # DISTNAME= hexcalc PKGNAME= hexcalc-1.11 +CATEGORIES+= math MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ MAINTAINER= asami@FreeBSD.ORG diff --git a/math/linpack/Makefile b/math/linpack/Makefile index e033f9abb389..bbc79b15f3a0 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,13 +3,14 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:19:04 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:30:13 asami Exp $ # DISTNAME= linpack PKGNAME= linpack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/linpack/ .if defined(MASTER_SITE_OVERRIDE) MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/ diff --git a/math/oleo/Makefile b/math/oleo/Makefile index fa22d59b5d2c..7323d8587dc5 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,10 +3,11 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.4 1995/04/11 01:19:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/22 11:30:15 asami Exp $ # DISTNAME= oleo-1.6 +CATEGORIES+= math applications MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXTRACT_SUFX= .tar.gz |