pkgsrc/print/ijs/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

24 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:28 jlam Exp $
DISTNAME= ijs-0.34
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.linuxprinting.org/ijs/download/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.linuxprinting.org/ijs/
COMMENT= Protocol library for raster page transmission
USE_TOOLS+= gmake
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
BUILD_TARGET= libijs.la
MAKE_ENV+= XCFLAGS="${CFLAGS}"
MAKE_ENV+= IJS_VERSION_INFO="0:0"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ijs
${INSTALL_DATA} ${WRKSRC}/ijs_spec.pdf ${PREFIX}/share/doc/ijs
.include "../../mk/bsd.pkg.mk"