pkgsrc/fonts/thaixfonts/Makefile

26 lines
656 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2019/11/02 22:24:43 rillig Exp $
#
DISTNAME= thaixfonts-1.2.7
CATEGORIES= fonts x11
Update thaixfonts to 1.2.4. 2003-01-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * Makefile.am: Use install-data-hook instead of install-data-local target, and uninstall-hook instead of uninstall-local as well. * thaixfonts.spec.in: Fix "%install" mess in new rpmbuild version. 2002-03-30 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Add Prereq: section, for proper order of installation via apt. (Thanks to Sadit) 2002-02-23 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/angsana*.bdf: Relocate extra chars into 8-bit range. * thai.alias: Fix thai.alias according to recent changes in PtThaiSmall.bdf and PtSanSerif.bdf * thaixfonts.spec.in: Check-in changes made to RPM spec during TLE 4.1 development. (Mainly: automatically generate fonts.alias from alias files stored in /etc/X11/fonts [borrowed from debian] instead of trying to merge old and new fonts.alias, which would otherwise cause problem with RPM scriptlet execution order) * phaisarn/PtBrowallia12.bdf: Change font size from 12 Px to 16 Px (actual ascent). Change spacing from "C" to "P". * configure.in: Version 1.2.4 2002-02-19 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/PtThaiSmall.bdf: Fix font size property from 20 px to 14 px, to reflect actual size. Change font spacing tag from "C" to "P". * phaisarn/PtSanSerif.bdf, phaisarn/PtSanSerifB.bdf: Fix font size property from 8 px to 14 px, to reflect actual size. Change font spacing tag from "m" to "p". * configure.in: Version 1.2.3 2002-01-04 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thai.alias: Add tis620-0 subsetting aliases for tis620-2 fonts. Fix comment sign from # to ! * configure.in: Version 1.2.2 2001-11-25 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Fix configure --with-fontdir option. Redefine fontdir to /usr/X11R6/lib/X11/fonts/local. Add BuildArch: section. Filter out dynamic files from manifest. Add fonts.alias manipulation in %post and %postun. * Makefile.am: Add thai.alias to installation list, for post processing. Fix uninstall-local script, to remove dir if empty. * Makefile.am, dbthaitext/Makefile.am, etlthai/Makefile.am, manop/Makefile.am, nectec/Makefile.am, phaisarn/Makefile.am, yenbut/Makefile.am: Fix fontdir var: remove $(DESTDIR) from assignment, and use it literally in installation scripts instead. * configure.in, Makefile.am, poonlap/Makefile.am: Add Poonlap's fonts to the package. * thai.alias, -poonlap/fonts.alias, -poonlap/fonts.dir: Move Poonlap's alias info into thai.alias. * thaixfonts.spec.in: Update summary to include Poonlap's. Fix many typos in scripts. * configure.in: Version 1.2.1 2001-08-24 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * +configure.in, +Makefile.am, +Make.rule, +{dbthaitext|etlthai|manop|nectec|phaisarn|yenbut}/Makefile.am : Use autoconf/automake to manage package. * +AUTHORS, +INSTALL, +NEWS, +README, +COPYING, +ChangeLog : Add necessary files for automake. * +thaixfonts.spec.in : Add RPM spec file into the source tree. * +autogen.sh : Add autogen.sh script for invoking autotools. * Makefile.am, {dbthaitext|etlthai|manop|phaisarn|yenbut}/Makefile.am : Add EXTRA_DIST to list source files. Use DESTDIR in fontdir.
2008-08-10 11:47:05 +02:00
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/thaixfonts/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-06 11:02:59 +02:00
HOMEPAGE= https://linux.thai.net/projects/thaixfonts
Update thaixfonts to 1.2.4. 2003-01-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * Makefile.am: Use install-data-hook instead of install-data-local target, and uninstall-hook instead of uninstall-local as well. * thaixfonts.spec.in: Fix "%install" mess in new rpmbuild version. 2002-03-30 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Add Prereq: section, for proper order of installation via apt. (Thanks to Sadit) 2002-02-23 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/angsana*.bdf: Relocate extra chars into 8-bit range. * thai.alias: Fix thai.alias according to recent changes in PtThaiSmall.bdf and PtSanSerif.bdf * thaixfonts.spec.in: Check-in changes made to RPM spec during TLE 4.1 development. (Mainly: automatically generate fonts.alias from alias files stored in /etc/X11/fonts [borrowed from debian] instead of trying to merge old and new fonts.alias, which would otherwise cause problem with RPM scriptlet execution order) * phaisarn/PtBrowallia12.bdf: Change font size from 12 Px to 16 Px (actual ascent). Change spacing from "C" to "P". * configure.in: Version 1.2.4 2002-02-19 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/PtThaiSmall.bdf: Fix font size property from 20 px to 14 px, to reflect actual size. Change font spacing tag from "C" to "P". * phaisarn/PtSanSerif.bdf, phaisarn/PtSanSerifB.bdf: Fix font size property from 8 px to 14 px, to reflect actual size. Change font spacing tag from "m" to "p". * configure.in: Version 1.2.3 2002-01-04 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thai.alias: Add tis620-0 subsetting aliases for tis620-2 fonts. Fix comment sign from # to ! * configure.in: Version 1.2.2 2001-11-25 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Fix configure --with-fontdir option. Redefine fontdir to /usr/X11R6/lib/X11/fonts/local. Add BuildArch: section. Filter out dynamic files from manifest. Add fonts.alias manipulation in %post and %postun. * Makefile.am: Add thai.alias to installation list, for post processing. Fix uninstall-local script, to remove dir if empty. * Makefile.am, dbthaitext/Makefile.am, etlthai/Makefile.am, manop/Makefile.am, nectec/Makefile.am, phaisarn/Makefile.am, yenbut/Makefile.am: Fix fontdir var: remove $(DESTDIR) from assignment, and use it literally in installation scripts instead. * configure.in, Makefile.am, poonlap/Makefile.am: Add Poonlap's fonts to the package. * thai.alias, -poonlap/fonts.alias, -poonlap/fonts.dir: Move Poonlap's alias info into thai.alias. * thaixfonts.spec.in: Update summary to include Poonlap's. Fix many typos in scripts. * configure.in: Version 1.2.1 2001-08-24 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * +configure.in, +Makefile.am, +Make.rule, +{dbthaitext|etlthai|manop|nectec|phaisarn|yenbut}/Makefile.am : Use autoconf/automake to manage package. * +AUTHORS, +INSTALL, +NEWS, +README, +COPYING, +ChangeLog : Add necessary files for automake. * +thaixfonts.spec.in : Add RPM spec file into the source tree. * +autogen.sh : Add autogen.sh script for invoking autotools. * Makefile.am, {dbthaitext|etlthai|manop|phaisarn|yenbut}/Makefile.am : Add EXTRA_DIST to list source files. Use DESTDIR in fontdir.
2008-08-10 11:47:05 +02:00
COMMENT= The collection of Thai X fonts
USE_TOOLS+= gmake bdftopcf gzip
Update thaixfonts to 1.2.4. 2003-01-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * Makefile.am: Use install-data-hook instead of install-data-local target, and uninstall-hook instead of uninstall-local as well. * thaixfonts.spec.in: Fix "%install" mess in new rpmbuild version. 2002-03-30 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Add Prereq: section, for proper order of installation via apt. (Thanks to Sadit) 2002-02-23 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/angsana*.bdf: Relocate extra chars into 8-bit range. * thai.alias: Fix thai.alias according to recent changes in PtThaiSmall.bdf and PtSanSerif.bdf * thaixfonts.spec.in: Check-in changes made to RPM spec during TLE 4.1 development. (Mainly: automatically generate fonts.alias from alias files stored in /etc/X11/fonts [borrowed from debian] instead of trying to merge old and new fonts.alias, which would otherwise cause problem with RPM scriptlet execution order) * phaisarn/PtBrowallia12.bdf: Change font size from 12 Px to 16 Px (actual ascent). Change spacing from "C" to "P". * configure.in: Version 1.2.4 2002-02-19 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/PtThaiSmall.bdf: Fix font size property from 20 px to 14 px, to reflect actual size. Change font spacing tag from "C" to "P". * phaisarn/PtSanSerif.bdf, phaisarn/PtSanSerifB.bdf: Fix font size property from 8 px to 14 px, to reflect actual size. Change font spacing tag from "m" to "p". * configure.in: Version 1.2.3 2002-01-04 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thai.alias: Add tis620-0 subsetting aliases for tis620-2 fonts. Fix comment sign from # to ! * configure.in: Version 1.2.2 2001-11-25 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Fix configure --with-fontdir option. Redefine fontdir to /usr/X11R6/lib/X11/fonts/local. Add BuildArch: section. Filter out dynamic files from manifest. Add fonts.alias manipulation in %post and %postun. * Makefile.am: Add thai.alias to installation list, for post processing. Fix uninstall-local script, to remove dir if empty. * Makefile.am, dbthaitext/Makefile.am, etlthai/Makefile.am, manop/Makefile.am, nectec/Makefile.am, phaisarn/Makefile.am, yenbut/Makefile.am: Fix fontdir var: remove $(DESTDIR) from assignment, and use it literally in installation scripts instead. * configure.in, Makefile.am, poonlap/Makefile.am: Add Poonlap's fonts to the package. * thai.alias, -poonlap/fonts.alias, -poonlap/fonts.dir: Move Poonlap's alias info into thai.alias. * thaixfonts.spec.in: Update summary to include Poonlap's. Fix many typos in scripts. * configure.in: Version 1.2.1 2001-08-24 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * +configure.in, +Makefile.am, +Make.rule, +{dbthaitext|etlthai|manop|nectec|phaisarn|yenbut}/Makefile.am : Use autoconf/automake to manage package. * +AUTHORS, +INSTALL, +NEWS, +README, +COPYING, +ChangeLog : Add necessary files for automake. * +thaixfonts.spec.in : Add RPM spec file into the source tree. * +autogen.sh : Add autogen.sh script for invoking autotools. * Makefile.am, {dbthaitext|etlthai|manop|phaisarn|yenbut}/Makefile.am : Add EXTRA_DIST to list source files. Use DESTDIR in fontdir.
2008-08-10 11:47:05 +02:00
GNU_CONFIGURE= yes
Update thaixfonts to 1.2.4. 2003-01-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * Makefile.am: Use install-data-hook instead of install-data-local target, and uninstall-hook instead of uninstall-local as well. * thaixfonts.spec.in: Fix "%install" mess in new rpmbuild version. 2002-03-30 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Add Prereq: section, for proper order of installation via apt. (Thanks to Sadit) 2002-02-23 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/angsana*.bdf: Relocate extra chars into 8-bit range. * thai.alias: Fix thai.alias according to recent changes in PtThaiSmall.bdf and PtSanSerif.bdf * thaixfonts.spec.in: Check-in changes made to RPM spec during TLE 4.1 development. (Mainly: automatically generate fonts.alias from alias files stored in /etc/X11/fonts [borrowed from debian] instead of trying to merge old and new fonts.alias, which would otherwise cause problem with RPM scriptlet execution order) * phaisarn/PtBrowallia12.bdf: Change font size from 12 Px to 16 Px (actual ascent). Change spacing from "C" to "P". * configure.in: Version 1.2.4 2002-02-19 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * phaisarn/PtThaiSmall.bdf: Fix font size property from 20 px to 14 px, to reflect actual size. Change font spacing tag from "C" to "P". * phaisarn/PtSanSerif.bdf, phaisarn/PtSanSerifB.bdf: Fix font size property from 8 px to 14 px, to reflect actual size. Change font spacing tag from "m" to "p". * configure.in: Version 1.2.3 2002-01-04 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thai.alias: Add tis620-0 subsetting aliases for tis620-2 fonts. Fix comment sign from # to ! * configure.in: Version 1.2.2 2001-11-25 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * thaixfonts.spec.in: Fix configure --with-fontdir option. Redefine fontdir to /usr/X11R6/lib/X11/fonts/local. Add BuildArch: section. Filter out dynamic files from manifest. Add fonts.alias manipulation in %post and %postun. * Makefile.am: Add thai.alias to installation list, for post processing. Fix uninstall-local script, to remove dir if empty. * Makefile.am, dbthaitext/Makefile.am, etlthai/Makefile.am, manop/Makefile.am, nectec/Makefile.am, phaisarn/Makefile.am, yenbut/Makefile.am: Fix fontdir var: remove $(DESTDIR) from assignment, and use it literally in installation scripts instead. * configure.in, Makefile.am, poonlap/Makefile.am: Add Poonlap's fonts to the package. * thai.alias, -poonlap/fonts.alias, -poonlap/fonts.dir: Move Poonlap's alias info into thai.alias. * thaixfonts.spec.in: Update summary to include Poonlap's. Fix many typos in scripts. * configure.in: Version 1.2.1 2001-08-24 Theppitak Karoonboonyanan <thep@links.nectec.or.th> * +configure.in, +Makefile.am, +Make.rule, +{dbthaitext|etlthai|manop|nectec|phaisarn|yenbut}/Makefile.am : Use autoconf/automake to manage package. * +AUTHORS, +INSTALL, +NEWS, +README, +COPYING, +ChangeLog : Add necessary files for automake. * +thaixfonts.spec.in : Add RPM spec file into the source tree. * +autogen.sh : Add autogen.sh script for invoking autotools. * Makefile.am, {dbthaitext|etlthai|manop|phaisarn|yenbut}/Makefile.am : Add EXTRA_DIST to list source files. Use DESTDIR in fontdir.
2008-08-10 11:47:05 +02:00
CONFIGURE_ARGS+= --with-fontdir=${FONTDIR}
FONTDIR= ${PREFIX}/share/fonts/X11/thaixfonts
FONTS_DIRS.x11+= ${FONTDIR}
INSTALLATION_DIRS= ${FONTDIR}
post-install:
cp -p ${DESTDIR}${FONTDIR}/thai.alias ${DESTDIR}${FONTDIR}/fonts.alias
.include "../../mk/bsd.pkg.mk"