summaryrefslogtreecommitdiff
path: root/archivers/mscompress/Makefile
blob: 05b59dbb94d8d5e585ce8a4afe98f48668422260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	utils/compress

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Microsoft "compress.exe/expand.exe" compatible (de)compressor

USE_BZIP2=	yes
HAS_CONFIGURE=	yes

MAN1=		mscompress.1 msexpand.1

PLIST_FILES=	bin/mscompress bin/msexpand

do-install:
	${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

.include <bsd.port.mk>