From e783605514c863d3d76830af663720f9badfb934 Mon Sep 17 00:00:00 2001 From: cjep Date: Fri, 13 Dec 2002 17:50:50 +0000 Subject: 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. --- archivers/lbrate/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 archivers/lbrate/Makefile (limited to 'archivers/lbrate/Makefile') 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" -- cgit v1.2.3