freebsd-ports/korean/aleefonts-ttf/Makefile
Niclas Zeising 7a325e6491 x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
2019-03-11 21:25:57 +00:00

31 lines
689 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= aleefonts
PORTVERSION= 13.3
PORTREVISION= 1
CATEGORIES= korean x11-fonts
MASTER_SITES= DEBIAN/pool/main/f/fonts-alee
PKGNAMESUFFIX= -ttf
DISTNAME= fonts-alee_${PORTVERSION}
MAINTAINER= jkim@FreeBSD.org
COMMENT= A-Lee's Hangul truetype fonts #'
LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fonts tar:xz
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
FONTLIST= Bandal Bangwool Eunjin EunjinNakseo Guseul
FONTFILES= ${FONTLIST:S/$/.ttf/}
NO_BUILD= yes
PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${FONTFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>