summaryrefslogtreecommitdiff
path: root/archivers/lbrate/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-13 17:50:50 +0000
committercjep <cjep>2002-12-13 17:50:50 +0000
commit412845cef4b5ed6ba6b470f7b2961b803c6255fb (patch)
tree191456dc4eadc43b6f071bf4889744697d0d8d1c /archivers/lbrate/Makefile
parent7e6210e2fed87d94df4e4230c490a09d5bc1de37 (diff)
downloadpkgsrc-412845cef4b5ed6ba6b470f7b2961b803c6255fb.tar.gz
Initial import of lbrate 1.1 into the NetBSD packages collection
as archivers/lbrate. lbrate extracts/decompresses files from the CP/M LBR format. (It can also list and test such archives.) It does this in an `unzip'-like manner, mostly hiding the details of individually compressed and renamed files, and transparently dealing with the required decompression/renaming. From the FreeBSD ports collection.
Diffstat (limited to 'archivers/lbrate/Makefile')
-rw-r--r--archivers/lbrate/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/lbrate/Makefile b/archivers/lbrate/Makefile
new file mode 100644
index 00000000000..13d4bc0b5a5
--- /dev/null
+++ b/archivers/lbrate/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 17:50:50 cjep Exp $
+# FreeBSD Id: ports/archivers/lbrate/Makefile,v 1.4 2002/06/19 08:18:05 sobomax Exp
+
+DISTNAME= lbrate-1.1
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/utils/compress/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://rus.members.beeb.net/lbrate.html
+COMMENT= Extract/decompress CP/M LBR archives
+
+USE_BUILDLINK2= YES
+MAKE_FLAGS+= PREFIX=${PREFIX}
+LBRATE_DOCSDIR= ${PREFIX}/share/doc/lbrate
+
+post-install:
+ @${INSTALL_DATA_DIR} ${LBRATE_DOCSDIR}
+ for f in COPYING ChangeLog README TODO; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${LBRATE_DOCSDIR}; done
+
+.include "../../mk/bsd.pkg.mk"