diff options
Diffstat (limited to 'fonts/ttfdump/Makefile')
-rw-r--r-- | fonts/ttfdump/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/fonts/ttfdump/Makefile b/fonts/ttfdump/Makefile index 7a2a5ddf180..aa64a61246c 100644 --- a/fonts/ttfdump/Makefile +++ b/fonts/ttfdump/Makefile @@ -1,28 +1,19 @@ -# $NetBSD: Makefile,v 1.8 2018/05/13 12:16:18 markd Exp $ +# $NetBSD: Makefile,v 1.9 2019/05/09 09:47:35 adam Exp $ + +.include "../../print/texlive/Makefile.common" -DISTNAME= texlive-20180414-source PKGNAME= ttfdump-0.5.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= fonts -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ -EXTRACT_SUFX= .tar.xz -MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://www.freetype.org/ COMMENT= TrueType font dumper LICENSE= gnu-gpl-v2 -EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/ttfdump +EXTRACT_ELEMENTS+= ${DISTNAME}/texk/ttfdump -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttfdump -CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess -CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub - CONFIGURE_ARGS+= --with-system-kpathsea BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 |