aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/cabextract/Makefile
blob: b062d79313ea34ed144b2ee9445b4aae839a7cb9 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    cabextract
# Date Created:             30 November 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   cabextract
PORTVERSION=    1.2
CATEGORIES= archivers
MASTER_SITES=   http://www.kyz.uklinux.net/downloads/

MAINTAINER= gabor@FreeBSD.org
COMMENT=    A program to extract Microsoft cabinet (.CAB) files

USE_GETOPT_LONG=    yes
GNU_CONFIGURE=  yes

MANLANG=    "" ja
MAN1=       cabextract.1

PLIST_FILES=    bin/cabextract
DOCS=       AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
DOC_DOCS=   magic wince_cab_format.html
SRC_DOCS=   wince_info wince_rename
PORTDOCS=   ${DOCS} ${DOC_DOCS} ${SRC_DOCS}

post-install:
    ${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${MAN1PREFIX}/man/ja/man1
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.for i in ${DOC_DOCS}
    @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor
.for i in ${SRC_DOCS}
    @${INSTALL_DATA} ${WRKSRC}/src/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>