pkgsrc/fonts/intlfonts/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

70 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:39 jlam Exp $
DISTNAME= intlfonts-1.2.1
PKGREVISION= 4
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/intlfonts-1.2.1-split/}
DISTFILES= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} ${MISC_FILES}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Free X11 fonts (BDF format) for all characters that Emacs can handle
FONT_SETS= Asian \
Chinese \
Ethiopic \
European \
Japanese \
Misc
USE_TOOLS+= bdftopcf
# Use the X font set for Korean, as there isn't anything better
FONT_SETS+= Korean.X
# These are extra files that not many folks will likely need or want
# They are all bigger than 24 dots -- you'll only want them if you
# want to display text in really big fonts.
#
EXTRA_FONTS= Chinese.BIG \
European.BIG \
Japanese.BIG
# Type1/TrueType fonts for Latin1, Thai and Vietnamese
# XXX need "fonts.scale" for them
#
EXTRA_FONTS+= Type1 \
TrueType
CONFIGURE_ARGS+= --with-type1 --with-truetype
MISC_FILES= README.split
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_ONLY= ${FONT_SETS:S/$/${EXTRACT_SUFX}/}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-fontdir=${PREFIX}/lib/X11/fonts/intlfonts \
--enable-compress=gzip
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/intlfonts
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/intlfonts/bdf
FONTS_DIRS.type1+= ${PREFIX}/lib/X11/fonts/intlfonts/Type1
FONTS_DIRS.ttf+= ${PREFIX}/lib/X11/fonts/intlfonts/TrueType
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/intlfonts
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/intlfonts/bdf
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/intlfonts/Type1
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/intlfonts/TrueType
.include "../../mk/bsd.prefs.mk"
.if !defined(NO_EXTRA_FONTS)
FONT_SETS+= ${EXTRA_FONTS}
PLIST_SRC= PLIST PLIST.extrafonts
.include "../../mk/x11.buildlink3.mk"
.endif
post-extract:
.for FILE in ${MISC_FILES}
${CP} ${_DISTDIR}/${FILE} ${WRKSRC}
.endfor
.include "../../mk/bsd.pkg.mk"