freebsd-ports/archivers/mscompress/Makefile
Chris D. Faulhaber 07017fc583 New port: mscompress, a Microsoft "compress.exe/expand.exe"
compatible (de)compressor

PR:		18027
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-05-07 13:20:58 +00:00

26 lines
626 B
Makefile

# Ports collection makefile for: mscompress
# Date created: 15 Apr 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= mscompress
PORTVERSION= 0.3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/mscompress/
MAINTAINER= patseal@hyperhost.net
USE_BZIP2= yes
HAS_CONFIGURE= yes
MAN1= mscompress.1 msexpand.1
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 <bsd.port.mk>