freebsd-ports/archivers/mscompress/Makefile
Olli Hauer 73969bbf79 - fix sanity in CAT archivers
- USE_BZIP2   -> USES=tar:bzip2
 - LICENSE=BSD -> BSD[n]CLAUSE
2014-06-01 07:59:15 +00:00

25 lines
737 B
Makefile

# Created by: Patrick Seal <patseal@hyperhost.net>
# $FreeBSD$
PORTNAME= mscompress
PORTVERSION= 0.3
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= tj@FreeBSD.org
COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
USES= tar:bzip2
HAS_CONFIGURE= yes
PLIST_FILES= bin/mscompress bin/msexpand \
man/man1/mscompress.1.gz man/man1/msexpand.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>