1ca95cf5e1
maintainership of this program. Update URL to his page.
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/10/04 07:59:17 plunky 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
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|