aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-ricty
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-09-04 16:43:52 +0000
committerSteve Wills <swills@FreeBSD.org>2012-09-04 16:43:52 +0000
commitaa36568c35d0588cfd941bd8c814276ac2222778 (patch)
treeacc78d4d45beda8c5af7bb10e115129b7be7545c /japanese/font-ricty
parent3747609db02586dee533eb5c4708d2d4b59ee2d7 (diff)
downloadports-aa36568c35d0588cfd941bd8c814276ac2222778.tar.gz
ports-aa36568c35d0588cfd941bd8c814276ac2222778.zip
- Convert to OptionsNG
PR: ports/171327 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=303663
Diffstat (limited to 'japanese/font-ricty')
-rw-r--r--japanese/font-ricty/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/font-ricty/Makefile b/japanese/font-ricty/Makefile
index 22abc8b54591..801ac5f6ffc8 100644
--- a/japanese/font-ricty/Makefile
+++ b/japanese/font-ricty/Makefile
@@ -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