ajacoutot 5f6f503865 Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match
XDG_DATA_DIR (where Desktop tools will look for by default).

discussed with sthen@ and matthieu@
ok sthen@
2015-03-31 09:45:09 +00:00

39 lines
880 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:12 ajacoutot Exp $
COMMENT= extra chinese fonts
DISTNAME= zh-fonts-taipei-1.01
REVISION= 2
CATEGORIES= fonts chinese x11
DIST_SUBDIR= zh-fonts
MASTER_SITES= http://cle.linux.org.tw/fonts/bitmap/taipeifont/
PERMIT_DISTFILES_FTP= no license
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
FONTS= taipei16.pcf.gz taipeik20.pcf.gz taipeim20.pcf.gz \
taipei24.pcf.gz taipeik24.pcf.gz taipeim24.pcf.gz
DISTFILES= ${FONTS}
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
EXTRACT_ONLY=
CONFIGURE_STYLE= imake
FONTDIR= ${PREFIX}/share/fonts/chinese
post-extract:
@mkdir -p ${WRKDIST}
@cp ${FILESDIR}/Imakefile ${FILESDIR}/taipei.alias ${WRKDIST}
@for i in ${FONTS} ; do cp $(FULLDISTDIR)/$$i ${WRKDIST}; done
post-install:
@cd ${FONTDIR} && mv fonts.alias fonts.alias-taipei
.include <bsd.port.mk>