summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile.common
blob: 2f5fae88a63fa99a2b88a5fdf520140153f2c79a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile.common,v 1.29 2011/07/12 13:19:26 wiz Exp $
# used by graphics/sane-frontends/Makefile

CATEGORIES?=	graphics
MASTER_SITES?=	ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
		ftp://ftp.informatik.uni-oldenburg.de/pub/sane/${DISTNAME}/ \
		ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \
		ftp://ftp2.sane-project.org/pub/sane/${DISTNAME}/ \
		ftp://ftp3.sane-project.org/pub/sane/${DISTNAME}/ \
		ftp://ftp4.sane-project.org/hci/sane/${DISTNAME}/ \
		ftp://ftp5.sane-project.org/pub/sane/${DISTNAME}/

MAINTAINER?=	pkgsrc-users@NetBSD.org
HOMEPAGE?=	http://www.sane-project.org/
LICENSE=	gnu-gpl-v2

SANE_MAJOR?=	1
SANE_MINOR?=	0
SANE_MICRO?=	22
SANE_VERSION=	${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO}
PLIST_SUBST+=	SANE_MAJOR=${SANE_MAJOR:Q}
PLIST_SUBST+=	SANE_MINOR=${SANE_MINOR:Q}
PLIST_SUBST+=	SANE_MICRO=${SANE_MICRO:Q}
PLIST_SUBST+=	SANE_VERSION=${SANE_VERSION:Q}

CONFLICTS+=	sane<=1.0.3

GNU_CONFIGURE=		YES
USE_TOOLS+=		gmake
USE_LIBTOOL=		YES
CONFIGURE_ENV+=		ac_cv_path_LATEX="no"