aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p7zip-codec-rar/Makefile
blob: f9f6c0ae69d8371c2a0852e16dca3d4fcdab86ee (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
# $FreeBSD$

PKGNAMESUFFIX=  -codec-rar
PORTREVISION=   0

COMMENT=    RAR decoder codec for p7zip

LICENSE=        LGPL21 UNRAR
LICENSE_COMB=       multi
LICENSE_NAME_UNRAR= unRAR usage restriction license
LICENSE_FILE_UNRAR= ${WRKSRC}/DOC/unRarLicense.txt
LICENSE_PERMS_UNRAR=    auto-accept dist-mirror dist-sell pkg-mirror pkg-sell

MASTERDIR=  ${.CURDIR}/../p7zip
ALL_TARGET= common7z
DESCR=      ${.CURDIR}/pkg-descr
PLIST=      ${.CURDIR}/pkg-plist

OPTIONS_EXCLUDE=    DOCS

do-install:
    ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/p7zip/Codecs
    ${INSTALL_LIB} ${WRKSRC}/bin/Codecs/Rar29.so ${STAGEDIR}${PREFIX}/libexec/p7zip/Codecs

.include "${MASTERDIR}/Makefile"