8fcc52ea43
their lang prefix. this and other fonts/ commits eyeballed by and feedback from aja@ and sthen@
34 lines
701 B
Makefile
34 lines
701 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
|
|
|
COMMENT= japanese true type fonts
|
|
|
|
DISTNAME= sazanami-20040629
|
|
PKGNAME= ja-${DISTNAME:S/-/-ttf-/}
|
|
REVISION= 1
|
|
CATEGORIES= fonts 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>
|