blob: ae13de44620cd2bce0b605992517e0e4855ea885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2004/06/24 23:31:48 ben Exp $
#
DISTNAME= lcab-1.0b10
CATEGORIES= archivers
MASTER_SITES= http://www.geekshop.be/rien/lcab/files/
MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://www.geekshop.be/rien/lcab
COMMENT= Microsoft cabinet (.CAB) file creator
GNU_CONFIGURE= yes
post-install:
${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/man/man1/lcab.1
.include "../../mk/bsd.pkg.mk"
|