2001-11-03 07:08:49 +00:00
|
|
|
# New ports collection makefile for: units
|
|
|
|
# Date created: 2001-11-03
|
|
|
|
# Whom: Jason Harris <jharris@widomaker.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= units
|
2002-06-29 19:59:46 +00:00
|
|
|
PORTVERSION= 1.80
|
2001-11-03 07:08:49 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-04-02 02:43:25 +00:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Unit conversion and calculation
|
2001-11-03 07:08:49 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
2003-12-03 19:49:19 +00:00
|
|
|
|
|
|
|
INFO= units
|
2001-11-03 07:08:49 +00:00
|
|
|
MAN1= gunits.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|