mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3e8e9c65e7
PR: 36632 Submitted by: Jason Harris <jharris@widomaker.com>
21 lines
381 B
Makefile
21 lines
381 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= jharris@widomaker.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
MAN1= gunits.1
|
|
|
|
.include <bsd.port.mk>
|