2a3c3501f5
- Convert to new options target helper - Use PORTDOCS - Update patch files Changes: http://sourceforge.net/projects/p7zip/files/p7zip/15.09/README/view PR: 204865 Submitted by: sunpoet (myself) Approved by: rakuco (maintainer)
25 lines
635 B
Makefile
25 lines
635 B
Makefile
# $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/Rar.so ${STAGEDIR}${PREFIX}/libexec/p7zip/Codecs
|
|
|
|
.include "${MASTERDIR}/Makefile"
|