summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-04-24 21:16:27 +0000
committeralepulver <alepulver@FreeBSD.org>2006-04-24 21:16:27 +0000
commit5a287181efcca0212f350c4ce49c58f082e776a5 (patch)
treed3e08edcf6479ee23c8333e48df8649e4c88c723 /games
parentefde03d89ded3c6e29cfebc1457aaab66392fce2 (diff)
downloadFreeBSD-ports-5a287181efcca0212f350c4ce49c58f082e776a5.zip
FreeBSD-ports-5a287181efcca0212f350c4ce49c58f082e776a5.tar.gz
- Remove Georgian (ka) language because it is included with Tuxpaint
standard distribution. - Remove '@' from installation commands. Approved by: garga (mentor)
Diffstat (limited to 'games')
-rw-r--r--games/tuxpaint-fonts/Makefile32
1 files changed, 12 insertions, 20 deletions
diff --git a/games/tuxpaint-fonts/Makefile b/games/tuxpaint-fonts/Makefile
index 95b7764..405e4b6 100644
--- a/games/tuxpaint-fonts/Makefile
+++ b/games/tuxpaint-fonts/Makefile
@@ -11,49 +11,42 @@ CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -fonts
+DISTFILES= #
MAINTAINER= alepulver@FreeBSD.org
COMMENT= TuxPaint Localized Fonts
RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint
-DISTFILES= #
NO_BUILD= yes
NO_WRKSUBDIR= yes
-# Available font languages
-LANGS= Chinese Chinese_Simplified Georgian Japanese Korean
-
-# Define distfiles for all languages
+# Available font languages.
+LANGS= Chinese Chinese_Simplified Japanese Korean
+# Define distfiles for all languages.
CHINESE_DISTFILES= ${PORTNAME}-ttf-chinese-2003.01.05
CHINESE_SIMPLIFIED_DISTFILES= ${PORTNAME}-ttf-chinese-simplified-2004.06.05
-GEORGIAN_DISTFILES= ${PORTNAME}-ttf-georgian-2005.03.24
JAPANESE_DISTFILES= ${PORTNAME}-ttf-japanese-2003.01.24
KOREAN_DISTFILES= ${PORTNAME}-ttf-korean-2002.12.05
-# Define language codes
-
+# Define language codes.
CHINESE_CODE= zh
CHINESE_SIMPLIFIED_CODE= zh_cn
-GEORGIAN_CODE= ka
JAPANESE_CODE= ja
KOREAN_CODE= ko
-# Generate options menu
-
+# Generate options menu.
.for l in ${LANGS}
OPTIONS+= ${l:U} "${l:S/_/ /} fonts" on
.endfor
-# Do not use the same OPTIONS directory as "games/tuxpaint"
-
+# Do not use the same OPTIONS directory as "games/tuxpaint".
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.pre.mk>
-# Set DISTFILES and PLIST_FILES according to OPTIONS
-
+# Set DISTFILES and PLIST_FILES according to OPTIONS.
.for l in ${LANGS:U}
. if !defined(WITHOUT_${l})
DISTFILES+= ${${l}_DISTFILES}${EXTRACT_SUFX}
@@ -61,15 +54,14 @@ PLIST_FILES+= %%DATADIR%%/fonts/locale/${${l}_CODE}.ttf
. endif
.endfor
-# Install seleted fonts
-
+# Install seleted fonts.
do-install:
- @${MKDIR} ${DATADIR}/fonts/locale
+ ${MKDIR} ${DATADIR}/fonts/locale
.for l in ${LANGS}
. if defined(WITH_${l:U})
- @${INSTALL_DATA} \
+ ${INSTALL_DATA} \
${WRKSRC}/${${l:U}_DISTFILES}/${${l:U}_CODE}.ttf \
- ${DATADIR}/fonts/locale
+ ${DATADIR}/fonts/locale
. endif
.endfor
OpenPOWER on IntegriCloud