Version 1.2.5 (2006-04-23) ============= - Dropped fonts with unclear licenses (dbthaitext, phaisarn). - Improved building system
26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/08/05 13:13:32 obache Exp $
|
|
#
|
|
|
|
DISTNAME= thaixfonts-1.2.5
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/thaixfonts/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://linux.thai.net/projects/thaixfonts
|
|
COMMENT= The collection of Thai X fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake bdftopcf gzip
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-fontdir=${FONTDIR}
|
|
|
|
FONTDIR= ${PREFIX}/lib/X11/fonts/thaixfonts
|
|
FONTS_DIRS.x11+= ${FONTDIR}
|
|
OWN_DIRS= ${FONTDIR}
|
|
|
|
post-install:
|
|
cp -p ${DESTDIR}${FONTDIR}/thai.alias ${DESTDIR}${FONTDIR}/fonts.alias
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|