pkgsrc/archivers/lcab/Makefile
2012-09-11 19:46:52 +00:00

21 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/09/11 19:46:56 asau Exp $
#
DISTNAME= lcab-1.0b12
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_FREEBSD}
MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://ohnopub.net/~ohnobinki/lcab
COMMENT= Microsoft cabinet (.CAB) file creator
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-install:
${INSTALL_MAN} ${WRKSRC}/lcab.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/lcab.1
.include "../../mk/bsd.pkg.mk"