|
Lines 1-30
Link Here
|
| 1 |
# New ports collection makefile for: sane-frontends |
1 |
# Created by: gary@hotlava.com |
| 2 |
# Date created: Sat Jul 19 16:23:10 MET DST 1997 |
|
|
| 3 |
# Whom: gary@hotlava.com |
| 4 |
# |
| 5 |
# $FreeBSD: ports/graphics/sane-frontends/Makefile,v 1.69 2012/06/12 21:42:32 bapt Exp $ |
2 |
# $FreeBSD: ports/graphics/sane-frontends/Makefile,v 1.69 2012/06/12 21:42:32 bapt Exp $ |
| 6 |
# |
|
|
| 7 |
|
3 |
|
| 8 |
PORTNAME= sane-frontends |
4 |
PORTNAME= sane-frontends |
| 9 |
PORTVERSION= 1.0.14 |
5 |
PORTVERSION= 1.0.14 |
| 10 |
PORTREVISION= 8 |
6 |
PORTREVISION= 8 |
| 11 |
CATEGORIES= graphics |
7 |
CATEGORIES= graphics |
| 12 |
MASTER_SITES= http://alioth.debian.org/frs/download.php/1140/ \ |
8 |
MASTER_SITES= http://alioth.debian.org/frs/download.php/1140/ \ |
| 13 |
ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ |
9 |
ftp://ftp2.sane-project.org/pub/sane/ |
| 14 |
ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ |
|
|
| 15 |
ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ |
| 16 |
ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ |
| 17 |
http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ |
| 18 |
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} |
| 19 |
|
10 |
|
| 20 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
| 21 |
COMMENT= Tools for access to scanners, digitals camera, frame grabbers etc |
12 |
COMMENT= Tools for access to scanners, digitals camera, frame grabbers etc |
| 22 |
|
13 |
|
| 23 |
LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends |
14 |
LICENSE= GPLv2 # (or later) |
|
|
15 |
|
| 16 |
LIB_DEPENDS= sane:${PORTSDIR}/graphics/sane-backends |
| 24 |
|
17 |
|
| 25 |
USE_GMAKE= yes |
18 |
USE_GMAKE= yes |
| 26 |
WANT_GNOME= yes |
|
|
| 27 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
|
|
20 |
MAKE_JOBS_SAFE= yes |
| 21 |
|
| 28 |
CPPFLAGS+= -I${LOCALBASE}/include |
22 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 29 |
LDFLAGS+= -L${LOCALBASE}/lib |
23 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 30 |
|
24 |
|
|
Lines 44-50
Link Here
|
| 44 |
.else |
38 |
.else |
| 45 |
USE_GNOME+= gtk20 |
39 |
USE_GNOME+= gtk20 |
| 46 |
.if ${PORT_OPTIONS:MGIMP} |
40 |
.if ${PORT_OPTIONS:MGIMP} |
| 47 |
LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp |
41 |
LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app |
| 48 |
CONFIGURE_ARGS+= --enable-gimp |
42 |
CONFIGURE_ARGS+= --enable-gimp |
| 49 |
.else |
43 |
.else |
| 50 |
CONFIGURE_ARGS+= --disable-gimp |
44 |
CONFIGURE_ARGS+= --disable-gimp |