From 9bedb844648aa00c8fc3928e1d928d61fc482344 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 5 Aug 2010 13:13:32 +0000 Subject: Update thaixfonts to 1.2.5. Version 1.2.5 (2006-04-23) ============= - Dropped fonts with unclear licenses (dbthaitext, phaisarn). - Improved building system --- fonts/thaixfonts/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'fonts/thaixfonts/Makefile') diff --git a/fonts/thaixfonts/Makefile b/fonts/thaixfonts/Makefile index 6d8dd19a41c..fdeeb32c391 100644 --- a/fonts/thaixfonts/Makefile +++ b/fonts/thaixfonts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/08/10 09:47:05 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/08/05 13:13:32 obache Exp $ # -DISTNAME= thaixfonts-1.2.4 +DISTNAME= thaixfonts-1.2.5 CATEGORIES= fonts x11 MASTER_SITES= http://linux.thai.net/pub/thailinux/software/thaixfonts/ @@ -11,17 +11,16 @@ COMMENT= The collection of Thai X fonts PKG_DESTDIR_SUPPORT= user-destdir -USE_X11BASE= yes -USE_TOOLS+= automake gmake bdftopcf gzip mkfontdir +USE_TOOLS+= gmake bdftopcf gzip GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-fontdir=${FONTDIR} FONTDIR= ${PREFIX}/lib/X11/fonts/thaixfonts -FONTS_DIRS.x11+= ${FONTDIR} +FONTS_DIRS.x11+= ${FONTDIR} OWN_DIRS= ${FONTDIR} -pre-configure: - cd ${WRKSRC} && sh autogen.sh +post-install: + cp -p ${DESTDIR}${FONTDIR}/thai.alias ${DESTDIR}${FONTDIR}/fonts.alias .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3