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

(-)audio/aumix/Makefile (-3 / +4 lines)
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
19
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
20
20
21
WANT_GTK=	yes
21
USE_GNOMENG=	yes
22
WANT_GNOME=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--includedir="${LOCALBASE}/include" \
24
CONFIGURE_ARGS=	--includedir="${LOCALBASE}/include" \
24
		--enable-own-labels \
25
		--enable-own-labels \
Lines 30-37 Link Here
30
31
31
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
32
33
33
.if defined(HAVE_GTK)
34
.if ${HAVE_GNOME:Mgtk12}!=""
34
USE_GTK=	yes
35
USE_GNOME=	gtk12
35
.else
36
.else
36
CONFIGURE_ARGS+=--without-gtk
37
CONFIGURE_ARGS+=--without-gtk
37
.endif
38
.endif
(-)audio/autozen/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
MAKE_ENV+=	PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
18
MAKE_ENV+=	PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
19
19
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
23
23
DOC_FILES=	CHANGES COPYING
24
DOC_FILES=	CHANGES COPYING
24
DATA_FILES=	deep-relax.seq deep_delta_slide.seq delta_slide.seq \
25
DATA_FILES=	deep-relax.seq deep_delta_slide.seq delta_slide.seq \
(-)audio/denemo/Makefile (-1 / +2 lines)
Lines 22-28 Link Here
22
SHARED=		denemo.conf denemo.keymaprc english.keymaprc french.keymaprc
22
SHARED=		denemo.conf denemo.keymaprc english.keymaprc french.keymaprc
23
DOCS=		AUTHORS ChangeLog DESIGN GOALS NEWS README TODO
23
DOCS=		AUTHORS ChangeLog DESIGN GOALS NEWS README TODO
24
DOCDIR=		share/doc/${PORTNAME}
24
DOCDIR=		share/doc/${PORTNAME}
25
USE_GTK=	yes
25
USE_GNOMENG=	yes
26
USE_GNOME=	gtk12
26
USE_X_PREFIX=	yes
27
USE_X_PREFIX=	yes
27
28
28
post-configure:
29
post-configure:
(-)audio/easytag/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	id3-3.7.13:${PORTSDIR}/audio/id3lib \
17
LIB_DEPENDS=	id3-3.7.13:${PORTSDIR}/audio/id3lib \
18
		vorbis.2:${PORTSDIR}/audio/libvorbis
18
		vorbis.2:${PORTSDIR}/audio/libvorbis
19
19
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV=	CONFIG_SHELL="${SH}" \
23
CONFIGURE_ENV=	CONFIG_SHELL="${SH}" \
23
		CPPFLAGS="-I${LOCALBASE}/include" \
24
		CPPFLAGS="-I${LOCALBASE}/include" \
(-)audio/gkrellmms/Makefile (-1 / +2 lines)
Lines 22-27 Link Here
22
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
23
23
24
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_IMLIB=	yes
25
USE_GNOMENG=	yes
26
USE_GNOME=	imlib
26
27
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)audio/gkrellmss/Makefile (-3 / +2 lines)
Lines 19-27 Link Here
19
19
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_ESOUND=	yes
22
USE_GNOMENG=	yes
23
USE_GTK=	yes
23
USE_GNOME=	esound imlib
24
USE_IMLIB=	yes
25
USE_XPM=	yes
24
USE_XPM=	yes
26
25
27
DOC_FILES=	Changelog README Themes
26
DOC_FILES=	Changelog README Themes
(-)audio/gkrellmvolume/Makefile (-1 / +2 lines)
Lines 19-24 Link Here
19
WRKSRC=		${WRKDIR}/volume
19
WRKSRC=		${WRKDIR}/volume
20
20
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_IMLIB=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	imlib
23
24
24
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)audio/gmixer/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
ALL_TARGET=	gmixer
16
ALL_TARGET=	gmixer
17
17
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
20
20
do-install:
21
do-install:
21
	${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
22
	${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
(-)audio/gnapster/Makefile (-3 / +3 lines)
Lines 14-20 Link Here
14
14
15
USE_GMAKE=	yes
15
USE_GMAKE=	yes
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_IMLIB=	yes
17
USE_GNOMENG=	yes
18
WANT_GNOME=	yes
18
WANT_GNOME=	yes
19
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 22-29 Link Here
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
24
24
25
.if defined(HAVE_GNOME)
25
.if ${HAVE_GNOME:Mimlib}!=""
26
USE_GNOME=	yes
26
USE_GNOME=	imlib
27
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share
27
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share
28
.else
28
.else
29
CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf
29
CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf
(-)audio/gqmpeg/Makefile (-6 / +2 lines)
Lines 23-32 Link Here
23
23
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
26
USE_GTK=	yes
26
USE_GNOMENG=	yes
27
USE_GNOME=	gdkpixbuf
27
USE_LIBTOOL=	yes
28
USE_LIBTOOL=	yes
28
USE_AUTOCONF=	yes
29
USE_AUTOCONF=	yes
29
WANT_GNOME=	yes
30
30
31
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
31
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
32
		LDFLAGS="-L${LOCALBASE}/lib" \
32
		LDFLAGS="-L${LOCALBASE}/lib" \
Lines 35-44 Link Here
35
MAN1=		gqmpeg.1
35
MAN1=		gqmpeg.1
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
39
.if defined(HAVE_GNOME)
40
USE_GNOME=	yes
41
.endif
42
38
43
.if !defined(WITH_MPG321)
39
.if !defined(WITH_MPG321)
44
pre-everything::
40
pre-everything::
(-)audio/grip/Makefile (-4 / +4 lines)
Lines 22-41 Link Here
22
22
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_GTK=	yes
25
USE_GNOMENG=	yes
26
USE_GNOMELIBS=	yes
26
USE_GNOME=	gnomelibs
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
28
29
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share
29
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share
30
30
31
CFLAGS+=	${PTHREAD_CFLAGS}
31
CFLAGS+=	${PTHREAD_CFLAGS}
32
LDFLAGS=	-L${LOCALBASE}/lib 
32
LDFLAGS=	-L${LOCALBASE}/lib
33
33
34
.if defined(WITH_DEBUG)
34
.if defined(WITH_DEBUG)
35
CFLAGS+=	-g
35
CFLAGS+=	-g
36
LDFLAGS+=	-g
36
LDFLAGS+=	-g
37
.endif
37
.endif
38
CONFIGURE_ENV+=	CFLAGS="${CFLAGS}" 
38
CONFIGURE_ENV+=	CFLAGS="${CFLAGS}"
39
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
39
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
40
CONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS}"
40
CONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS}"
41
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
41
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
(-)audio/xmms-a52dec/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
19
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
24
24
do-install:
25
do-install:
25
	${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
26
	${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
(-)audio/mhwaveedit/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	sndfile.0:${PORTSDIR}/audio/libsndfile
17
LIB_DEPENDS=	sndfile.0:${PORTSDIR}/audio/libsndfile
18
18
19
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
(-)audio/lame/Makefile (-5 / +6 lines)
Lines 20-32 Link Here
20
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
WANT_GTK=	yes
23
USE_GNOMENG=	yes
24
WANT_GNOME=	yes
24
CONFIGURE_ARGS=	--enable-nasm
25
CONFIGURE_ARGS=	--enable-nasm
25
26
26
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
27
28
28
.if (defined(HAVE_GTK) || defined(WITH_GTK)) && !defined(WITHOUT_GTK)
29
.if (${HAVE_GNOME:Mgtk12}!="" || defined(WITH_GTK)) && !defined(WITHOUT_GTK)
29
USE_GTK=	yes
30
USE_GNOME+=	gtk12
30
PLIST_SUB+=	WITH_GTK=''
31
PLIST_SUB+=	WITH_GTK=''
31
.else
32
.else
32
PLIST_SUB+=	WITH_GTK='@comment '
33
PLIST_SUB+=	WITH_GTK='@comment '
Lines 35-46 Link Here
35
MAN1=		lame.1
36
MAN1=		lame.1
36
37
37
post-build:
38
post-build:
38
.if defined(HAVE_GTK) && !defined(WITHOUT_GTK)
39
.if ${HAVE_GNOME:Mgtk12}!="" && !defined(WITHOUT_GTK)
39
	cd ${WRKSRC}/frontend && make mp3x
40
	cd ${WRKSRC}/frontend && make mp3x
40
.endif
41
.endif
41
42
42
post-install:
43
post-install:
43
.if defined(HAVE_GTK) && !defined(WITHOUT_GTK)
44
.if ${HAVE_GNOME:Mgtk12}!="" && !defined(WITHOUT_GTK)
44
	${INSTALL_PROGRAM} ${WRKSRC}/frontend/mp3x ${PREFIX}/bin/
45
	${INSTALL_PROGRAM} ${WRKSRC}/frontend/mp3x ${PREFIX}/bin/
45
.endif
46
.endif
46
47
(-)audio/lame-devel/Makefile (-3 / +4 lines)
Lines 41-47 Link Here
41
		--enable-mp3rtp
41
		--enable-mp3rtp
42
USE_GMAKE=	yes
42
USE_GMAKE=	yes
43
USE_LIBTOOL=	yes
43
USE_LIBTOOL=	yes
44
WANT_GTK=	yes
44
USE_GNOMENG=	yes
45
WANT_GNOME=	yes
45
46
46
MAN1=		lame.1
47
MAN1=		lame.1
47
48
Lines 49-56 Link Here
49
50
50
.include <bsd.port.pre.mk>
51
.include <bsd.port.pre.mk>
51
52
52
.if defined(HAVE_GTK)
53
.if ${HAVE_GNOME:Mgtk12}!=""
53
USE_GTK=	yes
54
USE_GNOME+=	gtk12
54
CONFIGURE_ARGS+=	--enable-mp3x
55
CONFIGURE_ARGS+=	--enable-mp3x
55
PLIST_SUB+=		GTK=
56
PLIST_SUB+=		GTK=
56
.else
57
.else
(-)audio/mad/Makefile (-3 / +4 lines)
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
18
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
19
19
20
WANT_ESOUND=	yes
20
USE_GNOMENG=	yes
21
WANT_GNOME=	yes
21
22
22
USE_AUTOCONF=	yes
23
USE_AUTOCONF=	yes
23
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
Lines 35-42 Link Here
35
36
36
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
37
38
38
.if defined(HAVE_ESOUND)
39
.if ${HAVE_GNOME:Mesound}!=""
39
USE_ESOUND=	yes
40
USE_GNOME+=	esound
40
.else
41
.else
41
CONFIGURE_ARGS+= --without-esd
42
CONFIGURE_ARGS+= --without-esd
42
.endif
43
.endif
(-)audio/lopster/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
24
25
(-)audio/midimountain/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
17
18
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
23
(-)audio/mp3info/Makefile (-2 / +4 lines)
Lines 14-20 Link Here
14
14
15
MAINTAINER=	petef@FreeBSD.org
15
MAINTAINER=	petef@FreeBSD.org
16
16
17
WANT_GTK=	yes
17
USE_GNOMENG=	yes
18
WANT_GNOME=	yes
18
19
19
MAN1=		mp3info.1
20
MAN1=		mp3info.1
20
21
Lines 22-28 Link Here
22
23
23
ALL_TARGET=	doc mp3info
24
ALL_TARGET=	doc mp3info
24
25
25
.if defined(HAVE_GTK)
26
.if ${HAVE_GNOME:Mgtk12}!=""
27
USE_GNOME+=	gtk12
26
ALL_TARGET+=	gmp3info
28
ALL_TARGET+=	gmp3info
27
PLIST_SUB+=	WITH_GTK=""
29
PLIST_SUB+=	WITH_GTK=""
28
.else
30
.else
(-)audio/mpg123/Makefile (-3 / +4 lines)
Lines 25-31 Link Here
25
25
26
MAINTAINER=	des@FreeBSD.org
26
MAINTAINER=	des@FreeBSD.org
27
27
28
WANT_ESOUND=	yes
28
USE_GNOMENG=	yes
29
WANT_GNOME=	yes
29
30
30
.if defined(WITH_ICONV)
31
.if defined(WITH_ICONV)
31
MAKE_ARGS+=	WITH_ICONV=yes
32
MAKE_ARGS+=	WITH_ICONV=yes
Lines 49-56 Link Here
49
MAKE_ENV+=	USE_INET6=yes
50
MAKE_ENV+=	USE_INET6=yes
50
.endif
51
.endif
51
52
52
.if defined(HAVE_ESOUND)
53
.if ${HAVE_GNOME:Mesound}!=""
53
USE_ESOUND=	yes
54
USE_GNOME+=	esound
54
ALL_TARGET=	freebsd-esd
55
ALL_TARGET=	freebsd-esd
55
.elif defined(HAVE_NAS)
56
.elif defined(HAVE_NAS)
56
PKGNAMESUFFIX=	-nas
57
PKGNAMESUFFIX=	-nas
(-)audio/xmms-gdancer/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
17
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
22
23
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
(-)audio/replay/Makefile (-2 / +2 lines)
Lines 15-22 Link Here
15
MAINTAINER=	nakai@FreeBSD.org
15
MAINTAINER=	nakai@FreeBSD.org
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_ESOUND=	yes
19
USE_GNOME=	gtk12 esound
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LIBS="-L${LOCALBASE}/lib"
22
		LIBS="-L${LOCALBASE}/lib"
(-)audio/snd/Makefile (-1 / +2 lines)
Lines 72-78 Link Here
72
PLIST=		${WRKDIR}/pkg-plist
72
PLIST=		${WRKDIR}/pkg-plist
73
.if !defined(WITHOUT_X11)
73
.if !defined(WITHOUT_X11)
74
PREFIX=		${X11BASE}
74
PREFIX=		${X11BASE}
75
USE_GTK=	yes
75
USE_GNOMENG=	yes
76
USE_GNOME=	gtk12
76
USE_XLIB=	yes
77
USE_XLIB=	yes
77
.endif
78
.endif
78
WRKSRC=		${WRKDIR}/snd-5
79
WRKSRC=		${WRKDIR}/snd-5
(-)audio/soundtracker/Makefile (-4 / +3 lines)
Lines 13-20 Link Here
13
MAINTAINER=	kzentner@u.washington.edu
13
MAINTAINER=	kzentner@u.washington.edu
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_GTK=	yes
16
USE_GNOMENG=	yes
17
USE_ESOUND=	yes
18
WANT_GNOME=	yes
17
WANT_GNOME=	yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
19
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 22-29 Link Here
22
21
23
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
24
23
25
.if defined(HAVE_GNOME)
24
.if ${HAVE_GNOME:Mgnomelibs}!=""
26
USE_GNOME=	yes
25
USE_GNOME=	gtk12 esound
27
CONFIGURE_ARGS+=--enable-gnome
26
CONFIGURE_ARGS+=--enable-gnome
28
.else
27
.else
29
CONFIGURE_ARGS+=--disable-gnome
28
CONFIGURE_ARGS+=--disable-gnome
(-)audio/teknap/Makefile (-4 / +5 lines)
Lines 8-14 Link Here
8
PORTNAME=	TekNap
8
PORTNAME=	TekNap
9
PORTVERSION=	1.2
9
PORTVERSION=	1.2
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	ftp://ukug.uk.freebsd.org/pub/lord_cj/	
11
MASTER_SITES=	ftp://ukug.uk.freebsd.org/pub/lord_cj/
12
12
13
MAINTAINER=	calle.madestrand@norrgarden.se
13
MAINTAINER=	calle.madestrand@norrgarden.se
14
14
Lines 24-38 Link Here
24
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
24
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
25
25
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
WANT_GTK=	yes
27
USE_GNOMENG=	yes
28
WANT_GNOME=	yes
28
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
30
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
30
		LIBS="-L${LOCALBASE}/lib"
31
		LIBS="-L${LOCALBASE}/lib"
31
32
32
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
33
34
34
.if defined(HAVE_GTK)
35
.if ${HAVE_GNOME:Mgtk12}!=""
35
USE_GTK=	yes
36
USE_GNOME+=	gtk12
36
CONFIGURE_ARGS+=--with-gtk
37
CONFIGURE_ARGS+=--with-gtk
37
.else
38
.else
38
CONFIGURE_ARGS+=--without-gtk
39
CONFIGURE_ARGS+=--without-gtk
(-)audio/timidity++/Makefile (-3 / +4 lines)
Lines 23-29 Link Here
23
		audio/timidity++-xaw audio/timidity++-xskin \
23
		audio/timidity++-xaw audio/timidity++-xskin \
24
		japanese/timidity++-slang japanese/timidity++-tcltk
24
		japanese/timidity++-slang japanese/timidity++-tcltk
25
USE_BZIP2=	yes
25
USE_BZIP2=	yes
26
WANT_ESOUND=	yes
26
USE_GNOMENG=	yes
27
WANT_GNOME=	yes
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
28
.if !defined(WITHOUT_X11)
29
.if !defined(WITHOUT_X11)
29
USE_XLIB=	yes
30
USE_XLIB=	yes
Lines 52-59 Link Here
52
53
53
.include <bsd.port.pre.mk>
54
.include <bsd.port.pre.mk>
54
55
55
.if defined(HAVE_ESOUND)
56
.if ${HAVE_GNOME:Mesound}!=""
56
USE_ESOUND=	yes
57
USE_GNOME=	esound
57
CONFIGURE_ARGS+=--enable-audio=oss,esd
58
CONFIGURE_ARGS+=--enable-audio=oss,esd
58
.else
59
.else
59
CONFIGURE_ARGS+=--enable-audio=oss
60
CONFIGURE_ARGS+=--enable-audio=oss
(-)audio/timidity++-emacs/Makefile (-1 / +2 lines)
Lines 44-50 Link Here
44
ELISPDIR=	${PREFIX}/share/emacs/site-lisp
44
ELISPDIR=	${PREFIX}/share/emacs/site-lisp
45
.elif ${INTERFACE} == "gtk"
45
.elif ${INTERFACE} == "gtk"
46
LINK=		gtkmidi
46
LINK=		gtkmidi
47
USE_GTK=	yes
47
USE_GNOMENG=	yes
48
USE_GNOME=	gtk12
48
CONFIGURE_ENV=	SHLD="gcc -shared"
49
CONFIGURE_ENV=	SHLD="gcc -shared"
49
.elif ${INTERFACE} == "motif"
50
.elif ${INTERFACE} == "motif"
50
LINK=		xmmidi
51
LINK=		xmmidi
(-)audio/wmusic/Makefile (-1 / +2 lines)
Lines 20-26 Link Here
20
CONFIGURE_ENV=	PATH_GTKCONFIG=${PREFIX}/bin/gtk12-config
20
CONFIGURE_ENV=	PATH_GTKCONFIG=${PREFIX}/bin/gtk12-config
21
21
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_GNOME=	gtk12
24
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
25
USE_XPM=	yes
26
USE_XPM=	yes
26
27
(-)audio/wsoundserver/Makefile (-3 / +4 lines)
Lines 20-26 Link Here
20
RUN_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker
20
RUN_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker
21
21
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
WANT_ESOUND=	yes
23
USE_GNOMENG=	yes
24
WANT_GNOME=	yes
24
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes
25
USE_LIBTOOL=	yes
26
USE_LIBTOOL=	yes
26
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include/WINGs"
27
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include/WINGs"
Lines 36-43 Link Here
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
38
39
39
.if defined(HAVE_ESOUND)
40
.if ${HAVE_GNOME:Mesound}
40
USE_ESOUND=	yes
41
USE_GNOME+=	esound
41
CONFIGURE_ARGS+=--enable-esd
42
CONFIGURE_ARGS+=--enable-esd
42
.endif
43
.endif
43
44
(-)audio/x11amp/Makefile (-3 / +2 lines)
Lines 14-23 Link Here
14
14
15
MAINTAINER=	dburr@FreeBSD.org
15
MAINTAINER=	dburr@FreeBSD.org
16
16
17
18
USE_XLIB=	yes
17
USE_XLIB=	yes
19
USE_GTK=	yes
18
USE_GNOMENG=	yes
20
USE_ESOUND=	yes
19
USE_GNOME=	gtk12 esound
21
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
22
LIBTOOLFILES=	configure libx11amp/configure
21
LIBTOOLFILES=	configure libx11amp/configure
23
CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
22
CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
(-)audio/xhippo/Makefile (-3 / +3 lines)
Lines 16-22 Link Here
16
RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
16
RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
17
17
18
USE_XLIB=	yes
18
USE_XLIB=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
WANT_GNOME=	yes
20
WANT_GNOME=	yes
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
MAKE_ARGS=	CFLAGS="${CFLAGS}"
22
MAKE_ARGS=	CFLAGS="${CFLAGS}"
Lines 26-33 Link Here
26
26
27
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
28
28
29
.if defined(HAVE_GNOME)
29
.if ${HAVE_GNOME:Mgtk12}!=""
30
USE_GNOME=	yes
30
USE_GNOME=	gtk12
31
.endif
31
.endif
32
32
33
post-install:
33
post-install:
(-)audio/xmixer/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
WRKSRC=		${WRKDIR}/${PORTNAME}
15
WRKSRC=		${WRKDIR}/${PORTNAME}
16
16
17
USE_REINPLACE=	yes
17
USE_REINPLACE=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
USE_AUTOCONF=	yes
20
USE_AUTOCONF=	yes
20
21
21
MAN1=		xmixer.1
22
MAN1=		xmixer.1
(-)audio/xmms-crossfade/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
23
24
24
post-install:
25
post-install:
(-)audio/xmms-fc/Makefile (-1 / +2 lines)
Lines 17-22 Link Here
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)audio/xmms-crystality/Makefile (-2 / +2 lines)
Lines 17-24 Link Here
17
LIB_DEPENDS=	xmms.3:${PORTSDIR}/audio/xmms
17
LIB_DEPENDS=	xmms.3:${PORTSDIR}/audio/xmms
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_IMLIB=	yes
21
USE_GNOME=	imlib
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
23
MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
24
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
24
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
(-)audio/xmms-liveice/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
WRKSRC=		${WRKDIR}/LiveIce-1.0.0
19
WRKSRC=		${WRKDIR}/LiveIce-1.0.0
20
20
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)audio/xmms-shn/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
RUN_DEPENDS=	xmms:${PORTSDIR}/audio/xmms
16
RUN_DEPENDS=	xmms:${PORTSDIR}/audio/xmms
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
23
(-)audio/xmms-sndfile/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
18
19
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
19
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
20
20
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
23
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
(-)audio/xmms-sndstretch/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
18
19
WRKSRC=		${WRKDIR}/sndstretch_xmms
19
WRKSRC=		${WRKDIR}/sndstretch_xmms
20
20
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
24
MAKE_ENV+=	GTK_CONFIG="${GTK_CONFIG}" PTHREAD_LIBS=${PTHREAD_LIBS}
25
MAKE_ENV+=	GTK_CONFIG="${GTK_CONFIG}" PTHREAD_LIBS=${PTHREAD_LIBS}
(-)audio/xmms-tfmx/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)audio/xmms-volnorm/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
LIB_DEPENDS=	xmms.3:${PORTSDIR}/audio/xmms
18
LIB_DEPENDS=	xmms.3:${PORTSDIR}/audio/xmms
19
19
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
24
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
24
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes
(-)audio/xmp/Makefile (-4 / +5 lines)
Lines 21-35 Link Here
21
CONFIGURE_ARGS=	--disable-alsa
21
CONFIGURE_ARGS=	--disable-alsa
22
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
22
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
23
USE_AUTOCONF=	yes
23
USE_AUTOCONF=	yes
24
WANT_ESOUND=	yes
24
USE_GNOMENG=	yes
25
WANT_GNOME=	yes
25
26
26
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
27
28
28
.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
29
.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
29
USE_ESOUND=	yes
30
USE_GNOME+=	esound
30
CONFIGURE_ARGS+=	--disable-oss --enable-esd
31
CONFIGURE_ARGS+=	--disable-oss --enable-esd
31
.elif defined(HAVE_ESOUND)
32
.elif ${HAVE_GNOME:Mesound}!=""
32
USE_ESOUND=	yes
33
USE_GNOME+=	esound
33
CONFIGURE_ARGS+=	--enable-esd
34
CONFIGURE_ARGS+=	--enable-esd
34
.endif
35
.endif
35
36
(-)audio/soribada/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
16
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_GMAKE=	yes
21
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
(-)audio/mp3stat/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
19
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
MAKE_ENV=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
23
MAKE_ENV=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
23
24
(-)audio/xmms-musepack/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
21
22
22
post-install:
23
post-install:
(-)audio/terminatorx/Makefile (-1 / +2 lines)
Lines 20-26 Link Here
20
BUILD_DEPENDS+=	oggenc:${PORTSDIR}/audio/vorbis-tools
20
BUILD_DEPENDS+=	oggenc:${PORTSDIR}/audio/vorbis-tools
21
.endif
21
.endif
22
22
23
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_GNOME=	gtk12
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
25
26
26
pre-everything:
27
pre-everything:
(-)audio/xmms-ladspa/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
17
18
WRKSRC=		${WRKDIR}/xmms_ladspa
18
WRKSRC=		${WRKDIR}/xmms_ladspa
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
22
22
do-install:
23
do-install:
23
	@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
24
	@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
(-)audio/zinf/Makefile (-6 / +7 lines)
Lines 18-25 Link Here
18
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
18
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
19
		ttf.4:${PORTSDIR}/print/freetype
19
		ttf.4:${PORTSDIR}/print/freetype
20
20
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
WANT_ESOUND=	yes
22
USE_GNOME=	gtk12
23
WANT_GNOME=	yes
23
USE_GMAKE=	yes
24
USE_GMAKE=	yes
24
USE_AUTOCONF_VER=213
25
USE_AUTOCONF_VER=213
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
Lines 34-41 Link Here
34
CFLAGS+=	"-D_M_ALPHA"
35
CFLAGS+=	"-D_M_ALPHA"
35
.endif
36
.endif
36
37
37
.if defined(HAVE_ESOUND) || defined(WITH_ALL_PLUGINS)
38
.if ${HAVE_GNOME:Mesound}!="" || defined(WITH_ALL_PLUGINS)
38
USE_ESOUND=	yes
39
USE_GNOME+=	esound
39
PLIST_SUB+=	ESOUND=""
40
PLIST_SUB+=	ESOUND=""
40
.else
41
.else
41
CONFIGURE_ARGS+=	--disable-esd
42
CONFIGURE_ARGS+=	--disable-esd
Lines 69-79 Link Here
69
	@${ECHO_MSG} "WITH_ALL_PLUGINS=yes  build with all plugins"
70
	@${ECHO_MSG} "WITH_ALL_PLUGINS=yes  build with all plugins"
70
	@${ECHO_MSG}
71
	@${ECHO_MSG}
71
72
72
# Stop a flood of complaints and PRs from people who can't be bothered 
73
# Stop a flood of complaints and PRs from people who can't be bothered
73
# to keep their ports and packages up to date.
74
# to keep their ports and packages up to date.
74
pre-extract:
75
pre-extract:
75
	@test -d ${LOCALBASE}/include/freetype1/freetype && true \
76
	@test -d ${LOCALBASE}/include/freetype1/freetype && true \
76
	  || { echo '===> UPGRADE print/freetype TO CURRENT VERSION!';false; }
77
	  || { ${ECHO_MSG} '===> UPGRADE print/freetype TO CURRENT VERSION!';false; }
77
78
78
post-install:
79
post-install:
79
	@${MKDIR} ${PREFIX}/etc/sdr/plugins
80
	@${MKDIR} ${PREFIX}/etc/sdr/plugins

Return to bug 42232