aboutsummaryrefslogtreecommitdiff
path: root/math/units/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/units/Makefile')
-rw-r--r--math/units/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/units/Makefile b/math/units/Makefile
new file mode 100644
index 000000000000..4bf3ddca38ae
--- /dev/null
+++ b/math/units/Makefile
@@ -0,0 +1,20 @@
+# 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= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=g
+MAN1= gunits.1
+
+.include <bsd.port.mk>