pkgsrc/print/ijs/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

25 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:05 tv 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_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
ALL_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"