summaryrefslogtreecommitdiff
path: root/biology/nut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/nut/Makefile')
-rw-r--r--biology/nut/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/nut/Makefile b/biology/nut/Makefile
new file mode 100644
index 00000000000..6ee8942f7af
--- /dev/null
+++ b/biology/nut/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/11 02:56:33 garbled Exp $
+
+DISTNAME= nut4
+PKGNAME= nut-4.0
+WRKSRC= ${WRKDIR}/nut
+CATEGORIES= biology
+MASTER_SITES= http://www.kachinatech.com/~hjjou/archives/
+
+MAINTAINER= root@garbled.net
+
+ALL_TARGET= nut
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nut ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/nut
+ ${INSTALL_DATA} ${WRKSRC}/nutdb/abbrev.txt ${PREFIX}/share/nut/abbrev.txt
+
+.include "../../mk/bsd.pkg.mk"