pkgsrc/archivers/mscompress/Makefile
wiz e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00

22 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/12/24 18:55:33 wiz Exp $
#
DISTNAME= mscompress-0.3
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= collver1@attbi.com
HOMEPAGE= ftp://ftp.penguin.cz/pub/users/mhi/mscompress/
COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"