mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Convert to OptionsNG
PR: ports/171327 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
This commit is contained in:
parent
3747609db0
commit
aa36568c35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303663
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ricty
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
@ -36,11 +36,14 @@ WRKSRC= ${WRKDIR}/yascentur-Ricty-${TAG}
|
||||
LOCAL_FONTSDIR= share/fonts
|
||||
X_FONTSDIR= lib/X11/fonts
|
||||
|
||||
OPTIONS= DISCORD "Install Ricty-Discord" On
|
||||
OPTIONS_DEFINE= DISCORD
|
||||
DISCORD_DESC= Install Ricty-Discord
|
||||
|
||||
OPTIONS_DEFAULT= DISCORD
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_DISCORD)
|
||||
.if ${PORT_OPTIONS:MDISCORD}
|
||||
PLIST_SUB+= DISCORD=""
|
||||
SUB_LIST+= DISCORD=""
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user