8fcc52ea43
their lang prefix. this and other fonts/ commits eyeballed by and feedback from aja@ and sthen@
33 lines
795 B
Makefile
33 lines
795 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
|
|
|
COMMENT= high quality japanese truetype fonts
|
|
|
|
DISTNAME= mixfont-mplus-ipa-TrueType-20060520
|
|
PKGNAME= ja-mplus-ttf-20060520
|
|
REVISION= 1
|
|
EXTRACT_SUFX= .tar.bz2
|
|
CATEGORIES= fonts japanese x11
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HOMEPAGE= http://mix-mplus-ipa.sourceforge.jp/
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=mix-mplus-ipa/20216/}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
INST_DIR= ${PREFIX}/lib/X11/fonts/mplus/
|
|
FONTSDIR= ${WRKSRC}/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/fonts/
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${INST_DIR}
|
|
${INSTALL_DATA} ${FONTSDIR}/*.ttf ${INST_DIR}
|
|
|
|
.include <bsd.port.mk>
|