2000-05-07 15:20:58 +02:00
|
|
|
# Ports collection makefile for: mscompress
|
|
|
|
# Date created: 15 Apr 2000
|
|
|
|
# Whom: Patrick Seal <patseal@hyperhost.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mscompress
|
|
|
|
PORTVERSION= 0.3
|
|
|
|
CATEGORIES= archivers
|
2000-05-11 15:27:46 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
2003-10-26 22:58:50 +01:00
|
|
|
MASTER_SITE_SUBDIR= utils/compress
|
2000-05-07 15:20:58 +02:00
|
|
|
|
2002-11-23 03:25:42 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
|
2000-05-07 15:20:58 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= mscompress.1 msexpand.1
|
|
|
|
|
2004-07-27 08:56:39 +02:00
|
|
|
PLIST_FILES= bin/mscompress bin/msexpand
|
|
|
|
|
2000-05-07 15:20:58 +02:00
|
|
|
do-install:
|
2006-08-12 15:07:49 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${TARGETDIR}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${TARGETDIR}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${MAN1PREFIX}/man/man1
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${MAN1PREFIX}/man/man1
|
2000-05-07 15:20:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|