blob: d50ea36e15b0f583395b3826fae047b73eccff26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.3 2022/07/24 14:53:10 fcambus Exp $
DISTNAME= bdfresize-1.5
CATEGORIES= sysutils
MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://openlab.jp/efont/
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"
|