mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Convert to OptionsNG.
PR: ports/173813 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Feature safe: yes
This commit is contained in:
parent
d8a6c9d66f
commit
ec8ff07771
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307758
@ -10,8 +10,11 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all
|
||||
MAINTAINER= rakuco@FreeBSD.org
|
||||
COMMENT= File archiver with high compression ratio
|
||||
|
||||
OPTIONS= MINIMAL "Support only .7z file format" off \
|
||||
MODULES "Build modules" on
|
||||
OPTIONS_DEFINE= MINIMAL MODULES
|
||||
OPTIONS_DEFAULT= MODULES
|
||||
|
||||
MINIMAL_DESC= Support only .7z file format
|
||||
MODULES_DESC= Build modules
|
||||
|
||||
USE_BZIP2= yes
|
||||
MAKEFILE= makefile
|
||||
@ -19,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_MINIMAL)
|
||||
.if ${PORT_OPTIONS:MMINIMAL}
|
||||
MAN1= 7zr.1
|
||||
MLINKS= 7zr.1 7z.1
|
||||
PLIST_SUB= MODULES="@comment "
|
||||
@ -39,7 +42,7 @@ PLIST_FILES= bin/7z \
|
||||
libexec/p7zip/7za \
|
||||
libexec/p7zip/7zr \
|
||||
libexec/p7zip/7zCon.sfx
|
||||
.if !defined(WITHOUT_MODULES)
|
||||
.if ${PORT_OPTIONS:MMODULES}
|
||||
ALL_TARGET= 7z 7za 7zr Client7z sfx
|
||||
7ZBIN= 7z 7za 7zr Client7z 7zCon.sfx
|
||||
PLIST_DIRS+= libexec/p7zip/Codecs
|
||||
|
Loading…
Reference in New Issue
Block a user