View | Details | Raw Unified | Return to bug 92624
Collapse All | Expand All

(-)kaffeine/Makefile (-1 / +9 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	kaffeine
7
PORTNAME=	kaffeine
8
PORTVERSION=	0.7.1
8
PORTVERSION=	0.7.1
9
PORTREVISION=	3
9
PORTREVISION=	4
10
CATEGORIES=	multimedia kde
10
CATEGORIES=	multimedia kde
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	kaffeine
12
MASTER_SITE_SUBDIR=	kaffeine
Lines 19-25 Link Here
19
USE_BZIP2=		yes
19
USE_BZIP2=		yes
20
USE_KDELIBS_VER=	3
20
USE_KDELIBS_VER=	3
21
USE_GMAKE=		yes
21
USE_GMAKE=		yes
22
23
.ifndef (WITHOUT_GSTREAMER)
22
USE_GSTREAMER=		yes
24
USE_GSTREAMER=		yes
25
.endif
26
23
USE_AUTOTOOLS=	libtool:15:inc
27
USE_AUTOTOOLS=	libtool:15:inc
24
GNU_CONFIGURE=		yes
28
GNU_CONFIGURE=		yes
25
CONFIGURE_ENV=		CXXFLAGS="${CFLAGS}"
29
CONFIGURE_ENV=		CXXFLAGS="${CFLAGS}"
Lines 32-37 Link Here
32
36
33
.if ${X_WINDOW_SYSTEM:L} == xorg
37
.if ${X_WINDOW_SYSTEM:L} == xorg
34
CONFIGURE_ARGS+=	--with-xorg
38
CONFIGURE_ARGS+=	--with-xorg
39
.endif
40
41
.ifdef (WITHOUT_GSTREAMER)
42
CONFIGURE_ARGS+=	--without-gstreamer
35
.endif
43
.endif
36
44
37
.include <bsd.port.post.mk>
45
.include <bsd.port.post.mk>

Return to bug 92624