openbsd-ports/japanese/intlfonts/Makefile

35 lines
859 B
Makefile
Raw Normal View History

2002-05-13 19:31:24 -04:00
# $OpenBSD: Makefile,v 1.7 2002/05/13 23:31:24 espie Exp $
COMMENT= "extra japanese fonts"
CATEGORIES= japanese x11
NEED_VERSION= 1.402
DISTNAME= intlfonts-1.2
PKGNAME= ja-fonts-gnu-1.2
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/}
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
FONTDIR=${PREFIX}/lib/X11/fonts/ja
# Don't bother extracting non-japanese fonts
EXTRACT_CASES=*) tar zxf ${FULLDISTDIR}/$$archive `sed <${FILESDIR}/list -e s,^,${DISTNAME}/,`;;
2000-06-10 21:53:45 -04:00
CONFIGURE_STYLE= gnu dest
NO_BUILD= Yes
CONFIGURE_ARGS= --with-fontdir='$${DESTDIR}${FONTDIR}' \
--enable-compress='gzip -9' --with-bdf=no
# Allow for several sets of fonts to be in the same directory
post-install:
@cd ${FONTDIR} && mv -f fonts.alias fonts.alias-gnu
.include <bsd.port.mk>