1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/math/calc/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

22 lines
464 B
Makefile

# New ports collection makefile for: calc
# Version required: 2.9.3t6
# Date created: 3 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.5 1995/04/16 23:19:07 asami Exp $
#
DISTNAME= calc-2.9.3t6
PKGNAME= calc-2.9.3
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
.include <bsd.port.mk>