aboutsummaryrefslogtreecommitdiff
path: root/archivers/p7zip-codec-rar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/p7zip-codec-rar/Makefile')
-rw-r--r--archivers/p7zip-codec-rar/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/archivers/p7zip-codec-rar/Makefile b/archivers/p7zip-codec-rar/Makefile
deleted file mode 100644
index 8864138a1a98..000000000000
--- a/archivers/p7zip-codec-rar/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PKGNAMESUFFIX= -codec-rar
-PORTREVISION= 2
-
-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"