freebsd-ports/math/units/Makefile
Pav Lucistnik 73dc7c7b6a - Fix build with gcc 3.3
- Use INFO macro

PR:		ports/59866
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer
Approved by:	marcus (portmgr)
2003-12-03 19:49:19 +00:00

24 lines
436 B
Makefile

# New ports collection makefile for: units
# Date created: 2001-11-03
# Whom: Jason Harris <jharris@widomaker.com>
#
# $FreeBSD$
#
PORTNAME= units
PORTVERSION= 1.80
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
.include <bsd.port.mk>