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

(-)www/amyc/Makefile (-3 / +5 lines)
Lines 21-33 Link Here
21
		LDFLAGS="-L${LOCALBASE}/lib" \
21
		LDFLAGS="-L${LOCALBASE}/lib" \
22
		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
22
		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
23
23
24
WANT_GTK=	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 defined(HAVE_GTK)
29
.if ${HAVE_GNOME:Mgtk12}!=""
29
PLIST_SUB=	WITH_GTK=""
30
PLIST_SUB=	WITH_GTK=""
30
USE_GTK=	yes
31
USE_GNOME+=	gtk12
32
PKGNAMESUFFIX=	-gtk
31
.else
33
.else
32
PLIST_SUB=	WITH_GTK="@comment "
34
PLIST_SUB=	WITH_GTK="@comment "
33
.endif
35
.endif
(-)www/aria/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
MAINTAINER=	nakai@FreeBSD.org
16
MAINTAINER=	nakai@FreeBSD.org
17
17
18
USE_BZIP2=	yes
18
USE_BZIP2=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
(-)www/asp2php/Makefile (-3 / +5 lines)
Lines 14-27 Link Here
14
14
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}/src
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}/src
16
16
17
WANT_GTK=	yes
17
USE_GNOMENG=	yes
18
WANT_GNOME=	yes
18
MAKE_ENV=	FLAGS="${CFLAGS}"
19
MAKE_ENV=	FLAGS="${CFLAGS}"
19
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
20
21
21
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
22
23
23
.if defined(HAVE_GTK)
24
.if ${HAVE_GNOME:Mgtk12}!=""
24
USE_GTK=	yes
25
USE_GNOME+=	gtk12
26
PKGNAMESUFFIX=	-gtk
25
ALL_TARGET=	default gui
27
ALL_TARGET=	default gui
26
PLIST_SUB+=	WANT_GTK=""
28
PLIST_SUB+=	WANT_GTK=""
27
.else
29
.else
(-)www/bluefish/Makefile (-1 / +2 lines)
Lines 21-27 Link Here
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_BZIP2=	yes
22
USE_BZIP2=	yes
23
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
24
USE_IMLIB=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	imlib
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-install-location="${X11BASE}/lib/bluefish"
27
CONFIGURE_ARGS=	--with-install-location="${X11BASE}/lib/bluefish"
27
28
(-)www/cheetah/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
USE_GMAKE=	yes
24
USE_GMAKE=	yes
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)www/comclear/Makefile (-3 / +5 lines)
Lines 13-26 Link Here
13
13
14
MAINTAINER=	roam@FreeBSD.org
14
MAINTAINER=	roam@FreeBSD.org
15
15
16
WANT_GTK=	yes
16
USE_GNOMENG=	yes
17
WANT_GNOME=	yes
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
USE_AUTOMAKE=	yes
19
USE_AUTOMAKE=	yes
19
20
20
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
21
22
22
.if defined(HAVE_GTK)
23
.if ${HAVE_GNOME:Mgtk12}!=""
23
USE_GTK=	yes
24
USE_GNOME+=	gtk12
25
PKGNAMESUFFIX=	-gtk
24
.endif
26
.endif
25
27
26
# Do not install docs by default, see the ifdef'd post-install below.
28
# Do not install docs by default, see the ifdef'd post-install below.
(-)www/dillo/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
		png.5:${PORTSDIR}/graphics/png \
17
		png.5:${PORTSDIR}/graphics/png \
18
		intl.4:${PORTSDIR}/devel/gettext
18
		intl.4:${PORTSDIR}/devel/gettext
19
19
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS+=	--includedir="${LOCALBASE}/include" \
23
CONFIGURE_ARGS+=	--includedir="${LOCALBASE}/include" \
23
			--libdir="${LOCALBASE}/lib" \
24
			--libdir="${LOCALBASE}/lib" \
(-)www/erwn/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
20
20
post-install:
21
post-install:
21
.if !defined(NOPORTDOCS)
22
.if !defined(NOPORTDOCS)
(-)www/nscache/Makefile (-4 / +5 lines)
Lines 16-33 Link Here
16
MAINTAINER=	kris@FreeBSD.org
16
MAINTAINER=	kris@FreeBSD.org
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
WANT_GNOME=	yes
20
WANT_GNOME=	yes
21
USE_AUTOMAKE=	yes
21
USE_AUTOMAKE=	yes
22
AUTOMAKE_ARGS=	--include-deps
22
AUTOMAKE_ARGS=	--include-deps
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LIBS="-L${LOCALBASE}/lib"
24
		LIBS="-L${LOCALBASE}/lib"
25
CONFIGURE_ARGS=	--with-gtk-config=${GTK_CONFIG}
25
CONFIGURE_ARGS=	--with-gtk-config=${GTK_CONFIG}
26
  
26
27
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
28
  
28
29
.if defined(HAVE_GNOME)
29
.if defined(HAVE_GNOME)
30
USE_GNOME=	yes
30
USE_GNOME+=	gtk12
31
PKGNAMESUFFIX=	gtk
31
.else
32
.else
32
CONFIGURE_ARGS+=	--disable-gnome
33
CONFIGURE_ARGS+=	--disable-gnome
33
.endif
34
.endif
(-)www/skipstone/Makefile (-1 / +2 lines)
Lines 20-26 Link Here
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--with-mozilla-includes=${X11BASE}/include/mozilla --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded
21
CONFIGURE_ARGS=	--with-mozilla-includes=${X11BASE}/include/mozilla --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded
22
22
23
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_GNOME=	gtk12
24
USE_GMAKE=	yes
25
USE_GMAKE=	yes
25
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
26
USE_X_PREFIX=	yes
27
USE_X_PREFIX=	yes
(-)www/ump/Makefile (-3 / +5 lines)
Lines 33-39 Link Here
33
CONFIGURE_ARGS=	--enable-ump
33
CONFIGURE_ARGS=	--enable-ump
34
USE_GMAKE=	yes
34
USE_GMAKE=	yes
35
USE_XLIB=	yes
35
USE_XLIB=	yes
36
WANT_ESOUND=	yes
36
USE_GNOMENG=	yes
37
WANT_GNOME=	yes
37
# CONFIGURE_ARGS+=	--enable-motif
38
# CONFIGURE_ARGS+=	--enable-motif
38
EXTRA_PATCHES=	${.CURDIR}/../../audio/timidity++/files/*
39
EXTRA_PATCHES=	${.CURDIR}/../../audio/timidity++/files/*
39
PKGDIR=		${.CURDIR}
40
PKGDIR=		${.CURDIR}
Lines 45-52 Link Here
45
46
46
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
47
48
48
.if defined(HAVE_ESOUND)
49
.if ${HAVE_GNOME:Mesound}!=""
49
USE_ESOUND=	yes
50
USE_GNOME=	esound
51
PKGNAMESUFFIX=	-esound
50
CONFIGURE_ARGS+=	--enable-audio=oss,esd
52
CONFIGURE_ARGS+=	--enable-audio=oss,esd
51
.else
53
.else
52
CONFIGURE_ARGS+=	--enable-audio=oss
54
CONFIGURE_ARGS+=	--enable-audio=oss
(-)www/viewml/Makefile (-1 / +2 lines)
Lines 21-27 Link Here
21
21
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_IMLIB=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	imlib
25
USE_BISON=	yes
26
USE_BISON=	yes
26
CFLAGS+=	-fpermissive -include /usr/include/sys/types.h \
27
CFLAGS+=	-fpermissive -include /usr/include/sys/types.h \
27
		-DPREFIX=\\\"${PREFIX}\\\"
28
		-DPREFIX=\\\"${PREFIX}\\\"
(-)www/w3m/Makefile (-1 / +2 lines)
Lines 82-88 Link Here
82
.endif
82
.endif
83
83
84
.if defined(INLINE_IMAGE)
84
.if defined(INLINE_IMAGE)
85
USE_IMLIB=	yes
85
USE_GNOMENG=	yes
86
USE_GNOME=	imlib
86
87
87
DOCS+=		README.img
88
DOCS+=		README.img
88
DOCS_JP+=	README.img
89
DOCS_JP+=	README.img

Return to bug 42289