summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends/Makefile
blob: a82fae94b2727d694971ee89fff3cc10b63227f0 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:	sane-frontends
# Date created:			Sat Jul 19 16:23:10 MET DST 1997
# Whom:				gary@hotlava.com
#
# $FreeBSD$
#

PORTNAME=	sane-frontends
PORTVERSION=	1.0.4
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
		ftp://ftp.mostang.com/pub/sane/
MASTER_SITE_SUBDIR=	apps/graphics/capture

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	sane.1:${PORTSDIR}/graphics/sane-backends

USE_GMAKE=	yes
USE_GTK=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

.if defined(WITH_GIMP)
LIB_DEPENDS+=	gimp.1:${PORTSDIR}/graphics/gimp1
CONFIGURE_ARGS+=	--enable-gimp
.else
CONFIGURE_ARGS+=	--disable-gimp
.endif

MAN1=	xcam.1 xscanimage.1

pre-configure:
.if !defined(WITH_GIMP)
	@${ECHO_MSG} "*** Note: xscanimage can be built with a standalone"
	@${ECHO_MSG} "*** X scanner interface as well as a GIMP plug-in."
	@${ECHO_MSG} "*** If you wish to do this, hit Ctrl-C now and use"
	@${ECHO_MSG} "*** \"WITH_GIMP=yes\""
.endif

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>