summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4/Makefile
blob: 860081288b68315e4ef8b7f6c7595957932fe383 (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
45
# New ports collection makefile for:	KDE2 Graphics
# Date created:				Saturday 2 September 2000
# Whom:					Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	kdegraphics
PORTVERSION=	2.2
CATEGORIES=	graphics kde
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	stable/${PORTVERSION}/src

MAINTAINER=	will@FreeBSD.org

BUILD_DEPENDS=	dvips:${PORTSDIR}/print/teTeX
RUN_DEPENDS=	dvips:${PORTSDIR}/print/teTeX

# temporarily disable kamera, it requires gphoto2
PLIST_SUB+=	KAMERA:="@comment "

.if defined(WITH_SANE)
LIB_DEPENDS+=	sane.1:${PORTSDIR}/graphics/sane-backends
PLIST_SUB+=	SANE:=""
.else
PLIST_SUB+=	SANE:="@comment "
pre-everything::
	@${ECHO_MSG} "===> If you want to compile this port with scanner support, use \"make WITH_SANE=yes\""
.endif

USE_KDELIBS_VER=2
USE_BZIP2=	yes
INSTALLS_SHLIB=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS+=--without-kamera

pre-configure:
	${PERL} -pi -e "s@libkscan_la_LIBADD =@libkscan_la_LIBADD= -lintl@g" ${WRKSRC}/libkscan/Makefile.in
	${PERL} -pi -e "s@libkcm_kamera_la_LIBADD =@libkcm_kamera_la_LIBADD= -lintl@g" ${WKRSRC}/kamera/kcontrol/Makefile.in
	${PERL} -pi -e "s@name = item@name=(char*)item@g" ${WRKSRC}/kamera/kcontrol/kamera.cpp
	find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
		"s@GPHOTO2_LIBS =@GPHOTO2_LIBS= -lintl@g"

.include <bsd.port.mk>