4c49f99884
xsane-0.998 -> 0.999: --------------------- - better preview window size calculation (thanks to Nils Phillipsen) - removed null-pointer bug in xsane_update_param (thanks to Nils Phillipsen) - manual page bugix - changed email password storage
27 lines
777 B
Makefile
27 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.113 2015/01/16 09:50:47 wiz Exp $
|
|
|
|
DISTNAME= xsane-0.999
|
|
PKGNAME= xsane-0.99.9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.xsane.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.xsane.org/
|
|
COMMENT= New improved frontend for SANE
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/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 "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|