diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-22 17:53:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-22 17:53:24 +0000 |
commit | 2df948e33558a67fb784dffc04e9aa5c7c9f24d0 (patch) | |
tree | 81bc01c536a8cc008e58badbc812c890a8b9c4e9 /x11-fonts/droid-fonts-ttf | |
parent | c5b85a2287bb6c4646152c4524440969094cff9f (diff) | |
download | ports-2df948e33558a67fb784dffc04e9aa5c7c9f24d0.tar.gz ports-2df948e33558a67fb784dffc04e9aa5c7c9f24d0.zip |
Notes
Diffstat (limited to 'x11-fonts/droid-fonts-ttf')
-rw-r--r-- | x11-fonts/droid-fonts-ttf/Makefile | 11 | ||||
-rw-r--r-- | x11-fonts/droid-fonts-ttf/pkg-plist | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-fonts/droid-fonts-ttf/Makefile b/x11-fonts/droid-fonts-ttf/Makefile index e9341f510a4b..26a597083029 100644 --- a/x11-fonts/droid-fonts-ttf/Makefile +++ b/x11-fonts/droid-fonts-ttf/Makefile @@ -3,6 +3,7 @@ PORTNAME= droid-fonts-ttf PORTVERSION= 20131024 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= LOCAL/sunpoet @@ -11,9 +12,11 @@ COMMENT= The Droid typeface family LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ +BUILD_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ + ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +NO_BUILD= yes USES= tar:xz FONTDIR= lib/X11/fonts/Droid @@ -22,13 +25,9 @@ PLIST_SUB= FONTDIR=${FONTDIR} SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} -do-build: - @cd ${WRKSRC}/ && ${LOCALBASE}/bin/mkfontscale - @cd ${WRKSRC}/ && ${LOCALBASE}/bin/mkfontdir - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf fonts.* ${STAGEDIR}${PREFIX}/${FONTDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${PREFIX}/${FONTDIR}/ # maintainer section: # https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/ diff --git a/x11-fonts/droid-fonts-ttf/pkg-plist b/x11-fonts/droid-fonts-ttf/pkg-plist index a9f05cf0d878..d8f92915fc67 100644 --- a/x11-fonts/droid-fonts-ttf/pkg-plist +++ b/x11-fonts/droid-fonts-ttf/pkg-plist @@ -21,6 +21,4 @@ %%FONTDIR%%/DroidSerif-BoldItalic.ttf %%FONTDIR%%/DroidSerif-Italic.ttf %%FONTDIR%%/DroidSerif-Regular.ttf -%%FONTDIR%%/fonts.dir -%%FONTDIR%%/fonts.scale -@dirrm %%FONTDIR%% +@fcfontsdir %%FONTDIR%% |