21 lines
492 B
Makefile
21 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/07/28 00:18:19 minskim 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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= man/man1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/man/man1/lcab.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|