NetBSD/external/gpl2/texinfo/Makefile.inc

18 lines
389 B
PHP
Raw Normal View History

2016-01-14 03:38:19 +03:00
# $NetBSD: Makefile.inc,v 1.2 2016/01/14 00:38:19 christos Exp $
2016-01-14 03:34:52 +03:00
2016-01-14 03:38:19 +03:00
BINDIR= /usr/bin
2016-01-14 03:34:52 +03:00
DIST= ${NETBSDSRCDIR}/external/gpl2/texinfo
IDIST= ${DIST}/dist
CPPFLAGS+= -I${DIST}/include -I${IDIST}/lib \
-DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H
CWARNFLAGS.clang+= -Wno-format-security
.if !defined(MAKEDOC)
PROGDPLIBS+= common ${DIST}/lib
DPADD+= ${LIBINTL}
LDADD+= -lintl
.endif