e0018abca0
Version 1.2.6 (2013-10-22) ============= - Updated build system. - Switch to .tar.xz release tarball.
25 lines
656 B
Makefile
25 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/08/09 05:09:47 obache Exp $
|
|
#
|
|
|
|
DISTNAME= thaixfonts-1.2.6
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/thaixfonts/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://linux.thai.net/projects/thaixfonts
|
|
COMMENT= The collection of Thai X fonts
|
|
|
|
USE_TOOLS+= gmake bdftopcf gzip
|
|
GNU_CONFIGURE= yes
|
|
|
|
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"
|