summaryrefslogtreecommitdiff
path: root/math/units/Makefile
blob: 5a5492e02633d40ab96d2c47cb6e7b6e0c86e350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--program-prefix=g
MAN1=		gunits.1

.include <bsd.port.mk>