aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unarj/Makefile
blob: e6d25d87932cbcc98589916c6438445e3af37e68 (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
# New ports collection makefile for:    unarj
# Date created:         28 Dec 1994
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=   unarj
PORTVERSION=    2.65
PORTREVISION=   2
CATEGORIES= archivers
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ache
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Allows files to be extracted from ARJ archives

PLIST_FILES=    bin/unarj
PORTDOCS=   unarj.txt technote.txt

post-patch:
    ${CP} ${FILESDIR}/sanitize.c ${WRKSRC}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} ${DOCSDIR}
.for i in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>