summaryrefslogtreecommitdiff
path: root/math/abs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r--math/abs/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
new file mode 100644
index 00000000000..18cf7f5bd03
--- /dev/null
+++ b/math/abs/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+#
+
+DISTNAME= abs-src-0.4
+PKGNAME= abs-0.4
+CATEGORIES= math x11
+MASTER_SITES= http://www.ping.be/bertin/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ping.be/bertin/abs.shtml
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+USE_X11= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"