pkgsrc/sysutils/bdfresize/Makefile
fcambus 1526886d59 sysutils/bdfresize: import bdfresize-1.5.
Bdfresize is a command to magnify or reduce fonts which are described
with the standard BDF format.

OK kamil@
2019-08-14 17:21:06 +00:00

27 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/14 17:21:06 fcambus Exp $
DISTNAME= bdfresize-1.5
CATEGORIES= sysutils
MASTER_SITES= https://www.distfiles.pl/
MAINTAINER= fcambus@NetBSD.org
COMMENT= Tool for resizing BDF format fonts
LICENSE= gnu-gpl-v2
# Do not build embedded getopt
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= post-configure
SUBST_MESSAGE.makefile= Do not build embedded getopt
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile+= -e 's,charresize.o getopt.o,charresize.o,'
# Fix getopt includes
SUBST_CLASSES+= includes
SUBST_STAGE.includes= post-configure
SUBST_MESSAGE.includes= Fix getopt includes
SUBST_FILES.includes= bdfresize.c
SUBST_SED.includes+= -e 's,"getopt.h",<getopt.h>,'
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"