pkgsrc-wip/hpoj/Makefile
Thomas Klausner 41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.15 2010/06/13 22:47:08 thomasklausner Exp $
#
DISTNAME= hpoj-0.91
PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpoj/}
EXTRACT_SUFX= .tgz
MAINTAINER= domg@users.sourceforge.net
HOMEPAGE= http://hpoj.sourceforge.net/
COMMENT= HP OfficeJet Linux driver; printing, scanning, and photo-card access
# Add this DEPENDS for killall command
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
# The ptal-cups script require bash
DEPENDS+= bash-[0-9]*:../../shells/bash
USE_TOOLS+= gmake perl
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \
--with-cups-backend=${PREFIX:Q}/libexec/cups/backend \
--with-sane-backend=${PREFIX:Q}/lib/sane \
--with-sane-etc=${PREFIX:Q}/etc/sane.d \
--with-usb=libusb \
--without-snmp \
--without-qt
REPLACE_PERL+= scripts/ptal-init.in
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= .*/bin/bash
REPLACE.bash.new= ${PREFIX}/bin/bash
REPLACE_FILES.bash= scripts/ptal-cups.in
.include "../../print/cups/buildlink3.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"