e117eda090
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.49 2004/12/28 23:18:20 reed Exp $
|
|
|
|
DISTNAME= xsane-0.96
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.xsane.org/download/ \
|
|
http://gd.tuwien.ac.at/hci/sane/xsane/ \
|
|
ftp://ftp.mostang.com/pub/sane/xsane/ \
|
|
ftp://ftp.no.mostang.com/pub/sane/xsane/ \
|
|
ftp://ftp.de.mostang.com/pub/sane/xsane/ \
|
|
ftp://gd.tuwien.ac.at/hci/sane/xsane/ \
|
|
ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/xsane/ \
|
|
ftp://sunsite.uio.no/pub/sane/xsane/ \
|
|
ftp://ftp.informatik.uni-oldenburg.de/pub/sane/xsane/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.xsane.org/
|
|
COMMENT= New improved frontend for SANE
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../graphics/gimp/buildlink3.mk"
|
|
.include "../../graphics/sane-backends/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|