pkgsrc-wip/simple-scan/Makefile
Jeremy C. Reed 519434546a Import new package simple-scan
It is broken and not complete; it needs gudev. Feel free to work on this.

A simple graphical interface for using a scanner.  It can crop the
image, rotate it, and export to varous formats.
2012-05-15 03:39:55 +00:00

28 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/05/15 03:39:55 jeremy-c-reed Exp $
#
DISTNAME= simple-scan-3.4.1
CATEGORIES= graphics
MASTER_SITES= https://launchpad.net/simple-scan/3.4/3.4.1/+download/
MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE
HOMEPAGE= https://launchpad.net/simple-scan/
COMMENT= Simple scanner graphical interface
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
# Needed for launchpad
FETCH_USING= curl
GNU_CONFIGURE= yes
USE_TOOLS= pkg-config
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#No package 'gudev-1.0' found
.include "../../mk/bsd.pkg.mk"