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

(-)Makefile (-3 / +12 lines)
Lines 18-25 Link Here
18
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
18
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		popt.0:${PORTSDIR}/devel/popt
19
		popt.0:${PORTSDIR}/devel/popt
20
20
21
USE_GNOME=	gnometarget \
21
USE_GNOME=	gnometarget
22
		gtk12
22
WANT_GNOME=	yes
23
USE_REINPLACE=	yes
23
USE_REINPLACE=	yes
24
USE_LIBTOOL_VER=13
24
USE_LIBTOOL_VER=13
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
Lines 27-33 Link Here
27
		PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig
27
		PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig
28
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
29
29
30
MAN1=	dubdv.1 dvconnect.1 encodedv.1 playdv.1
30
MAN1=	dubdv.1 dvconnect.1 encodedv.1
31
31
32
PORTDOCS=      AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \
32
PORTDOCS=      AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \
33
		README.dvconnect README.encoder TODO
33
		README.dvconnect README.encoder TODO
Lines 38-43 Link Here
38
IGNORE=		"Requires Xv Extension"
38
IGNORE=		"Requires Xv Extension"
39
.endif
39
.endif
40
40
41
.if ${HAVE_GNOME:Mgtk12}!=""
42
USE_GNOME+=	gtk12
43
MAN1+=		playdv.1
44
PLIST_SUB+=	GTK=""
45
.else
46
CONFIGURE_ARGS+=--disable-gtk
47
PLIST_SUB+=	GTK="@comment "
48
.endif
49
41
# XXX - work around compiler bug
50
# XXX - work around compiler bug
42
# Optimizations -O{1,s,2,3} work
51
# Optimizations -O{1,s,2,3} work
43
# However, lack of -O{1,s,2,3} or -O0 BREAK the build
52
# However, lack of -O{1,s,2,3} or -O0 BREAK the build
(-)pkg-plist (-1 / +1 lines)
Lines 1-7 Link Here
1
bin/dubdv
1
bin/dubdv
2
bin/dvconnect
2
bin/dvconnect
3
bin/encodedv
3
bin/encodedv
4
bin/playdv
4
%%GTK%%bin/playdv
5
include/libdv/dv.h
5
include/libdv/dv.h
6
include/libdv/dv_types.h
6
include/libdv/dv_types.h
7
lib/libdv.a
7
lib/libdv.a

Return to bug 79734