aboutsummaryrefslogtreecommitdiff
path: root/math/apc/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:42:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:42:33 +0000
commita8581273296ce1bb37e8de26cd166e65b50329f8 (patch)
treeb5ac7a902455f3020f8686580822c00c17ec6403 /math/apc/Makefile
parent2bf84110f557c806441cae4fe5851c4c583efd2d (diff)
An auto loan payments calculator.
PR: 3466 Submitted by: Eric A. Griff eagriff@global2000.net
Notes
Notes: svn path=/head/; revision=6710
Diffstat (limited to 'math/apc/Makefile')
-rw-r--r--math/apc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile
new file mode 100644
index 000000000000..b963a08578f9
--- /dev/null
+++ b/math/apc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: apc
+# Version required: 1.0.1-beta
+# Date created: May 1 1997
+# Whom: Eric A. Griff <eagriff@global2000.net>
+#
+# $Id$
+#
+
+DISTNAME= apc-1.0.1-beta
+PKGNAME= apc-1.0.1b
+CATEGORIES= math
+MASTER_SITES= http://members.global2000.net/~eagriff/
+
+MAINTAINER= eagriff@global2000.net
+
+LIB_DEPENDS= xforms\\.0\\.86:${PORTSDIR}/x11/xforms
+
+ALL_TARGET= apc
+USE_X11= YES
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/apc ${PREFIX}/bin/
+
+.include <bsd.port.mk>