0769df5d17
PR: ports/148932 Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: Jason Harris <jharris@widomaker.com> (maintainer)
26 lines
477 B
Makefile
26 lines
477 B
Makefile
# New ports collection makefile for: units
|
|
# Date created: 2001-11-03
|
|
# Whom: Jason Harris <jharris@widomaker.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= units
|
|
PORTVERSION= 1.88
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= Unit conversion and calculation
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
INFO= units
|
|
MAN1= gunits.1
|
|
|
|
PLIST_FILES= bin/gunits share/units.dat
|
|
|
|
.include <bsd.port.mk>
|