freebsd-ports/math/units/Makefile
Pete Fritchman 7b6be61fdf Add units-1.74, the GNU version of the units program: unit conversion and
calculation

Submitted by:	Jason Harris <jharris@widomaker.com>
2001-11-03 07:08:49 +00:00

20 lines
377 B
Makefile

# New ports collection makefile for: units
# Date created: 2001-11-03
# Whom: Jason Harris <jharris@widomaker.com>
#
# $FreeBSD$
#
PORTNAME= units
PORTVERSION= 1.74
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gunits.1
.include <bsd.port.mk>