pkgsrc-wip/hpoj/Makefile
2008-02-03 16:53:11 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2008/02/03 16:53:11 tnn2 Exp $
#
DISTNAME= hpoj-0.91
PKGREVISION= 1
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"