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

(-)games/baduki/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
		LIBS="-L${LOCALBASE}/lib"
21
		LIBS="-L${LOCALBASE}/lib"
(-)games/corewars/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
MAINTAINER=	jim@FreeBSD.org
14
MAINTAINER=	jim@FreeBSD.org
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
MAKE_ENV=	FREEBSD_CFLAGS="${CFLAGS}"
20
MAKE_ENV=	FREEBSD_CFLAGS="${CFLAGS}"
20
21
(-)games/dopewars/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
21
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
22
23
(-)games/eboard/Makefile (-2 / +2 lines)
Lines 18-25 Link Here
18
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
18
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_IMLIB=	yes
22
USE_GNOME=	imlib
23
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
24
24
25
INSTALL_TARGET=	install install-man
25
INSTALL_TARGET=	install install-man
(-)games/freeciv/Makefile (-3 / +5 lines)
Lines 18-32 Link Here
18
18
19
USE_XPM=	yes
19
USE_XPM=	yes
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
WANT_GTK=	yes
21
USE_GNOMENG=	yes
22
WANT_GNOME=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LIBS="-L${LOCALBASE}/lib"
25
		LIBS="-L${LOCALBASE}/lib"
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
USE_IMLIB=	yes
30
USE_GNOMENG+=	imlib
31
PKGNAMESUFFIX=	-imlib
30
.else
32
.else
31
LIB_DEPENDS+=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
33
LIB_DEPENDS+=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
32
.endif
34
.endif
(-)games/freeciv-gtk/Makefile (-1 / +2 lines)
Lines 8-13 Link Here
8
PKGNAMESUFFIX=	-gtk
8
PKGNAMESUFFIX=	-gtk
9
MASTERDIR=	${.CURDIR}/../freeciv
9
MASTERDIR=	${.CURDIR}/../freeciv
10
10
11
WITH_GTK=	yes
11
USE_GNOMENG=	yes
12
USE_GNOME=	gtk12
12
13
13
.include "${MASTERDIR}/Makefile"
14
.include "${MASTERDIR}/Makefile"
(-)games/garith/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
14
15
ALL_TARGET=	# empty
15
ALL_TARGET=	# empty
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
WRKSRC=		${WRKDIR}/garith
19
WRKSRC=		${WRKDIR}/garith
19
20
20
do-install:
21
do-install:
(-)games/glchess/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
		autoconf213:${PORTSDIR}/devel/autoconf213
18
		autoconf213:${PORTSDIR}/devel/autoconf213
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
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_MESA=	yes
24
USE_MESA=	yes
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
(-)games/gtkabale/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
MAINTAINER=	nakai@FreeBSD.org
13
MAINTAINER=	nakai@FreeBSD.org
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_IMLIB=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	imlib
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
19
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
19
		LIBS="-L${LOCALBASE}/lib"
20
		LIBS="-L${LOCALBASE}/lib"
(-)games/gtkballs/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
15
USE_REINPLACE=	yes
15
USE_REINPLACE=	yes
16
USE_GTK=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	gtk12
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
(-)games/hex/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_IMLIB=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	imlib
17
MAKE_ENV=	GRAPHICPATH="${GRAPHICPATH}" LEVELPATH="${LEVELPATH}"
18
MAKE_ENV=	GRAPHICPATH="${GRAPHICPATH}" LEVELPATH="${LEVELPATH}"
18
19
19
GRAPHICPATH=	${PREFIX}/share/hex/graphics
20
GRAPHICPATH=	${PREFIX}/share/hex/graphics
(-)games/mahjong/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
17
18
USE_PERL5=	yes
18
USE_PERL5=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_GMAKE=	yes
21
USE_GMAKE=	yes
21
MAKE_ENV=	CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" \
22
MAKE_ENV=	CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" \
22
		DESTDIR="${PREFIX}/" INSTMANFLAGS="${INSTALL_MAN}" \
23
		DESTDIR="${PREFIX}/" INSTMANFLAGS="${INSTALL_MAN}" \
(-)games/mindguard/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
MAINTAINER=	kris@FreeBSD.org
14
MAINTAINER=	kris@FreeBSD.org
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
19
19
ALL_TARGET=	# empty
20
ALL_TARGET=	# empty
20
21
(-)games/rtb/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
MAINTAINER=	draj@oceanfree.net
14
MAINTAINER=	draj@oceanfree.net
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
19
CONFIGURE_ARGS=	--enable-debug
20
CONFIGURE_ARGS=	--enable-debug
20
21
(-)games/virt/Makefile (-1 / +2 lines)
Lines 12-18 Link Here
12
12
13
MAINTAINER=	lg@rrf.ru
13
MAINTAINER=	lg@rrf.ru
14
14
15
USE_GTK=	yes
15
USE_GNOMENG=	yes
16
USE_GNOME=	gtk12
16
MAN6=		virt.6
17
MAN6=		virt.6
17
MANCOMPRESSED=	no
18
MANCOMPRESSED=	no
18
19
(-)games/xphotohunter/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_IMLIB=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	imlib
18
19
19
post-install:
20
post-install:
20
	@${CAT} ${PKGMESSAGE}
21
	@${CAT} ${PKGMESSAGE}
(-)games/xqf/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
RUN_DEPENDS=	qstat:${PORTSDIR}/games/qstat
16
RUN_DEPENDS=	qstat:${PORTSDIR}/games/qstat
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
21
21
MAN6=		xqf.6
22
MAN6=		xqf.6
22
23
(-)games/xpuyopuyo/Makefile (-4 / +5 lines)
Lines 16-24 Link Here
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_XPM=	yes
18
USE_XPM=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_AUTOCONF=	yes
21
WANT_GNOME=	yes
20
WANT_GNOME=	yes
21
USE_AUTOCONF=	yes
22
22
23
MAN6=		xpuyopuyo.6
23
MAN6=		xpuyopuyo.6
24
24
Lines 30-37 Link Here
30
CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
30
CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
31
.endif
31
.endif
32
32
33
.if defined(HAVE_GNOME)
33
.if ${HAVE_GNOME:Mgtk12}!=""
34
USE_GNOME=	yes
34
USE_GNOME+=	gtk12
35
PKGNAMESUFFIX=	-gtk
35
.else
36
.else
36
CONFIGURE_ARGS+=--without-gnome
37
CONFIGURE_ARGS+=--without-gnome
37
.endif
38
.endif
(-)games/xscorch/Makefile (-3 / +4 lines)
Lines 18-24 Link Here
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_XPM=	yes
19
USE_XPM=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
WANT_GNOME=	yes
22
WANT_GNOME=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--with-gtk
24
CONFIGURE_ARGS=	--with-gtk
Lines 27-34 Link Here
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if defined(HAVE_GNOME)
30
.if ${HAVE_GNOME:Mgtk12}!=""
31
USE_GNOME=	yes
31
USE_GNOME+=	gtk12
32
PKGNAMESUFFIX=	-gtk
32
.else
33
.else
33
CONFIGURE_ARGS+=	--without-gnome
34
CONFIGURE_ARGS+=	--without-gnome
34
.endif
35
.endif
(-)games/znibbles/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
MAINTAINER=	yinjieh@csie.nctu.edu.tw
13
MAINTAINER=	yinjieh@csie.nctu.edu.tw
14
14
15
USE_MOTIF=	yes
15
USE_MOTIF=	yes
16
USE_GTK=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	gtk12
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--without-motif \
19
CONFIGURE_ARGS=	--without-motif \
19
		--disable-motif
20
		--disable-motif
(-)games/crossfire-client/Makefile (-1 / +2 lines)
Lines 29-35 Link Here
29
USE_X_PREFIX=	yes
29
USE_X_PREFIX=	yes
30
USE_PERL5=	yes
30
USE_PERL5=	yes
31
USE_XPM=	yes
31
USE_XPM=	yes
32
USE_GTK=	yes
32
USE_GNOMENG=	yes
33
USE_GNOME=	gtk12
33
USE_REINPLACE=	yes
34
USE_REINPLACE=	yes
34
USE_GMAKE=	yes
35
USE_GMAKE=	yes
35
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes
(-)games/groundhog/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20		\
15
LIB_DEPENDS=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20		\
16
		glib-2.0.0:${PORTSDIR}/devel/glib20
16
		glib-2.0.0:${PORTSDIR}/devel/glib20
17
17
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
USE_GMAKE=	yes
20
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes

Return to bug 42301