summaryrefslogtreecommitdiff
path: root/devel/libscsi/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-03 21:23:00 +0000
committerfrueauf <frueauf>1998-05-03 21:23:00 +0000
commit6f537125fb340aa4a205873446abf2dc8d920d14 (patch)
tree0913892d44b858299f08d51d5887d3c2e8f84eac /devel/libscsi/Makefile
parent59aeb6b95abd2e30f4345e8f2a8d9821a0fd2f4e (diff)
downloadpkgsrc-6f537125fb340aa4a205873446abf2dc8d920d14.tar.gz
Initial import of libscsi 1.6 based on pr 5393.
Diffstat (limited to 'devel/libscsi/Makefile')
-rw-r--r--devel/libscsi/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile
new file mode 100644
index 00000000000..86b11acfcd1
--- /dev/null
+++ b/devel/libscsi/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 1998/05/03 21:23:00 frueauf Exp $
+#
+
+DISTNAME= libscsi-1.6
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/
+
+MAINTAINER= packages@netbsd.org
+
+MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man
+
+# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
+# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
+
+.include "../../mk/bsd.pkg.mk"