openbsd-ports/japanese/sazanami-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

33 lines
681 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/07/22 08:02:11 ajacoutot Exp $
COMMENT= japanese true type fonts
DISTNAME= sazanami-20040629
PKGNAME= ${DISTNAME:S/-/-ttf-/}p0
CATEGORIES= japanese x11
EXTRACT_SUFX= .tar.bz2
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://wiki.fdiary.net/font/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=efont/10087/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
INST_DIR= ${PREFIX}/lib/X11/fonts/sazanami/
do-install:
${INSTALL_DATA_DIR} ${INST_DIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${INST_DIR}
.include <bsd.port.mk>