openbsd-ports/japanese/mplus-ttf/Makefile
ajacoutot 1cad020f30 - remove USE_X11
- don't manually run mkfontscale and mkfontdir ; pkg tools now take care
of this (you need a recent current for this)
- remove quotes around COMMENT while here
- bump PKGNAME
2007-07-22 08:02:11 +00:00

32 lines
775 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/07/22 08:02:11 ajacoutot Exp $
COMMENT= high quality japanese truetype fonts
DISTNAME= mixfont-mplus-ipa-TrueType-20060520
PKGNAME= mplus-ttf-20060520p0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= 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>