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

(-)x11-wm/aewm/Makefile (-7 / +9 lines)
Lines 25-42 Link Here
25
PLIST=		${WRKDIR}/pkg-plist
25
PLIST=		${WRKDIR}/pkg-plist
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_X_PREFIX=	yes
27
USE_X_PREFIX=	yes
28
WANT_GTK=	yes
28
USE_GNOMENG=	yes
29
WANT_GNOME=	yes
29
30
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
31
.if defined(HAVE_GTK)
32
.if ${HAVE_GNOME:Mgtk12}!=""
32
USE_GTK=yes
33
USE_GNOME+=	gtk12
34
PKGNAMESUFFIX=	-gtk
33
.endif
35
.endif
34
36
35
do-patch:
37
do-patch:
36
	${PERL} -pi -e 's:/etc/X11/aewm/aewmrc:${PREFIX}/etc/aewmrc:g' \
38
	${PERL} -pi -e 's:/etc/X11/aewm/aewmrc:${PREFIX}/etc/aewmrc:g' \
37
		${WRKSRC}/aewm.h
39
		${WRKSRC}/aewm.h
38
	${PERL} -pi -e 's:\+make:\+gmake:g' ${WRKSRC}/Makefile
40
	${PERL} -pi -e 's:\+make:\+gmake:g' ${WRKSRC}/Makefile
39
.if defined(HAVE_GTK)
41
.if ${HAVE_GNOME:Mgtk12}!=""
40
	${PERL} -pi -e 's:gtk-config:${GTK_CONFIG}:g' \
42
	${PERL} -pi -e 's:gtk-config:${GTK_CONFIG}:g' \
41
		${WRKSRC}/clients/Makefile
43
		${WRKSRC}/clients/Makefile
42
	${PERL} -pi -e 's:/etc/X11/aewm/clientsrc:${PREFIX}/etc/clientsrc:g' \
44
	${PERL} -pi -e 's:/etc/X11/aewm/clientsrc:${PREFIX}/etc/clientsrc:g' \
Lines 44-50 Link Here
44
.endif
46
.endif
45
47
46
post-build:
48
post-build:
47
.if defined(HAVE_GTK)
49
.if ${HAVE_GNOME:Mgtk12}!=""
48
	cd ${WRKSRC}/clients && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} \
50
	cd ${WRKSRC}/clients && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} \
49
		${GTKCLIENTS} ${XAWCLIENTS}
51
		${GTKCLIENTS} ${XAWCLIENTS}
50
.else
52
.else
Lines 57-63 Link Here
57
.for i in aewm aemenu aepanel ${XAWCLIENTS}
59
.for i in aewm aemenu aepanel ${XAWCLIENTS}
58
	${ECHO_CMD} bin/${i} >> ${PLIST}
60
	${ECHO_CMD} bin/${i} >> ${PLIST}
59
.endfor
61
.endfor
60
.if defined(HAVE_GTK)
62
.if ${HAVE_GNOME:Mgtk12}!=""
61
.for i in ${GTKCLIENTS}
63
.for i in ${GTKCLIENTS}
62
	${ECHO_CMD} bin/${i} >> ${PLIST}
64
	${ECHO_CMD} bin/${i} >> ${PLIST}
63
.endfor
65
.endfor
Lines 80-86 Link Here
80
.for i in ${XAWCLIENTS}
82
.for i in ${XAWCLIENTS}
81
	${INSTALL_PROGRAM} ${WRKSRC}/clients/${i} ${PREFIX}/bin
83
	${INSTALL_PROGRAM} ${WRKSRC}/clients/${i} ${PREFIX}/bin
82
.endfor
84
.endfor
83
.if defined(HAVE_GTK)
85
.if ${HAVE_GNOME:Mgtk12}!=""
84
.for i in ${GTKCLIENTS}
86
.for i in ${GTKCLIENTS}
85
	${INSTALL_PROGRAM} ${WRKSRC}/clients/${i} ${PREFIX}/bin
87
	${INSTALL_PROGRAM} ${WRKSRC}/clients/${i} ${PREFIX}/bin
86
.endfor
88
.endfor
(-)x11-wm/alloywm/Makefile (-4 / +6 lines)
Lines 16-22 Link Here
16
PLIST=		${WRKDIR}/pkg-plist
16
PLIST=		${WRKDIR}/pkg-plist
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
WANT_GTK=	yes
19
USE_GNOMENG=	yes
20
WANT_GNOME=	yes
20
SCRIPTS=	${WRKSRC}/scriptdir
21
SCRIPTS=	${WRKSRC}/scriptdir
21
22
22
pre-configure:
23
pre-configure:
Lines 27-33 Link Here
27
	${CHMOD} +x ${WRKSRC}/configure
28
	${CHMOD} +x ${WRKSRC}/configure
28
29
29
do-build:
30
do-build:
30
	cd ${WRKSRC}/goodies && gmake
31
	cd ${WRKSRC}/goodies && ${MAKE}
31
.for ii in client events main misc new screen widgets
32
.for ii in client events main misc new screen widgets
32
	cd ${WRKSRC}/src && ${CC} -c ${CFLAGS} -I${X11BASE}/include \
33
	cd ${WRKSRC}/src && ${CC} -c ${CFLAGS} -I${X11BASE}/include \
33
		${ii}.c
34
		${ii}.c
Lines 52-58 Link Here
52
		-exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin \;
53
		-exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin \;
53
54
54
.include <bsd.port.pre.mk>
55
.include <bsd.port.pre.mk>
55
.if defined(HAVE_GTK)
56
.if ${HAVE_GNOME:Mgtk12}!=""
56
USE_GTK=yes
57
USE_GNOME+=	gtk12
58
PKGNAMESUFFIX=	-gtk
57
.endif
59
.endif
58
.include <bsd.port.post.mk>
60
.include <bsd.port.post.mk>
(-)x11-wm/amaterus/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	xml.5:${PORTSDIR}/textproc/libxml
15
LIB_DEPENDS=	xml.5:${PORTSDIR}/textproc/libxml
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
		LIBS="-L${LOCALBASE}/lib"
22
		LIBS="-L${LOCALBASE}/lib"
(-)x11-wm/bbapm/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
MAINTAINER=	adam@vectors.cx
17
MAINTAINER=	adam@vectors.cx
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
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
23
do-install:
24
do-install:
(-)x11-wm/bbrun/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
15
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
USE_GMAKE=	yes
20
USE_GMAKE=	yes
20
USE_XPM=	yes
21
USE_XPM=	yes
21
WRKSRC=		${WRKDIR}/${DISTNAME}/bbrun
22
WRKSRC=		${WRKDIR}/${DISTNAME}/bbrun
(-)x11-wm/enlightenment/Makefile (-2 / +2 lines)
Lines 27-34 Link Here
27
27
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
USE_X_PREFIX=	yes
29
USE_X_PREFIX=	yes
30
USE_ESOUND=	yes
30
USE_GNOMENG=	yes
31
USE_IMLIB=	yes
31
USE_GNOME=	esound imlib
32
USE_FREETYPE=	yes
32
USE_FREETYPE=	yes
33
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
34
CONFIGURE_ARGS=	--enable-fsstd
34
CONFIGURE_ARGS=	--enable-fsstd
(-)x11-wm/fvwm2/Makefile (-5 / +6 lines)
Lines 12-18 Link Here
12
		http://www.fvwm.org/generated/icon_download/
12
		http://www.fvwm.org/generated/icon_download/
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
14
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
14
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
15
USE_BZIP2=	yes
16
15
17
MAINTAINER=	cy@FreeBSD.org
16
MAINTAINER=	cy@FreeBSD.org
18
17
Lines 25-37 Link Here
25
USE_GMAKE=	yes
24
USE_GMAKE=	yes
26
USE_XPM=	yes
25
USE_XPM=	yes
27
USE_X_PREFIX=	yes
26
USE_X_PREFIX=	yes
27
USE_BZIP2=	yes
28
USE_GNOMENG=	yes
29
WANT_GNOME=	yes
28
30
29
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
30
32
31
WANT_GNOME=	yes
33
.if ${HAVE_GNOME:Mimlib}!=""
32
.if defined(HAVE_GNOME)
34
USE_GNOME+=	imlib
33
USE_GTK=	yes
35
PKGNAMESUFFIX=	-imlib
34
USE_IMLIB=	yes
35
.endif
36
.endif
36
37
37
GNU_CONFIGURE=	yes
38
GNU_CONFIGURE=	yes
(-)x11-wm/fvwm2-devel/Makefile (-5 / +5 lines)
Lines 12-18 Link Here
12
		http://www.fvwm.org/generated/icon_download/
12
		http://www.fvwm.org/generated/icon_download/
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
14
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
14
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
15
USE_BZIP2=	yes
16
15
17
MAINTAINER=	cy@FreeBSD.org
16
MAINTAINER=	cy@FreeBSD.org
18
17
Lines 23-33 Link Here
23
.endif
22
.endif
24
23
25
USE_GMAKE=	yes
24
USE_GMAKE=	yes
26
USE_GTK=	yes
27
USE_IMLIB=	yes
28
USE_XPM=	yes
25
USE_XPM=	yes
29
USE_X_PREFIX=	yes
26
USE_X_PREFIX=	yes
27
USE_GNOMENG=	yes
30
WANT_GNOME=	yes
28
WANT_GNOME=	yes
29
USE_BZIP2=	yes
31
30
32
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
33
32
Lines 40-47 Link Here
40
39
41
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
42
41
43
.if defined(HAVE_GNOME)
42
.if ${HAVE_GNOME:Mimlib}!=""
44
USE_GNOME=	yes
43
USE_GNOME+=	imlib
44
PKGNAMESUFFIX=	-imlib
45
PLIST_SUB+=	GNOMEDATADIR="share/gnome/fvwm"
45
PLIST_SUB+=	GNOMEDATADIR="share/gnome/fvwm"
46
.else
46
.else
47
CONFIGURE_ARGS+=	--without-gnome
47
CONFIGURE_ARGS+=	--without-gnome
(-)x11-wm/icepref/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
WRKSRC=		${WRKDIR}/${PORTNAME}
17
WRKSRC=		${WRKDIR}/${PORTNAME}
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_PYTHON=	yes
19
USE_PYTHON=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
NO_BUILD=	yes
22
NO_BUILD=	yes
22
MAN1=		icepref.1
23
MAN1=		icepref.1
23
24
(-)x11-wm/icewm/Makefile (-5 / +5 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
17
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
WANT_ESOUND=	yes
20
USE_GNOMENG=	yes
21
WANT_GNOME=	yes
21
WANT_GNOME=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
Lines 33-41 Link Here
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
35
35
36
.if defined(HAVE_GNOME)
36
.if ${HAVE_GNOME:Mgnomelibs}!=""
37
.undef HAVE_ESOUND
37
.undef HAVE_ESOUND
38
USE_GNOME=	yes
38
USE_GNOME+=	gnomelibs
39
CONFIGURE_ARGS+=	--with-imlib --without-xpm --with-gnome-menus \
39
CONFIGURE_ARGS+=	--with-imlib --without-xpm --with-gnome-menus \
40
			--enable-guievents --with-icesound=esound
40
			--enable-guievents --with-icesound=esound
41
INSTALL_TARGET=		install install-gnome
41
INSTALL_TARGET=		install install-gnome
Lines 43-50 Link Here
43
.else
43
.else
44
USE_XPM=	yes
44
USE_XPM=	yes
45
CONFIGURE_ARGS+=	--without-imlib --with-xpm --without-gnome-menus
45
CONFIGURE_ARGS+=	--without-imlib --with-xpm --without-gnome-menus
46
.if defined(HAVE_ESOUND)
46
.if ${HAVE_GNOME:Mesound}!=""
47
USE_ESOUND=	yes
47
USE_GNOME+=	esound
48
CONFIGURE_ARGS+=	--enable-guievents --with-icesound=esound
48
CONFIGURE_ARGS+=	--enable-guievents --with-icesound=esound
49
PLIST_SUB+=	ESOUND=""
49
PLIST_SUB+=	ESOUND=""
50
.else
50
.else
(-)x11-wm/libepplet/Makefile (-2 / +2 lines)
Lines 10-16 Link Here
10
CATEGORIES=	x11-wm devel
10
CATEGORIES=	x11-wm devel
11
MASTER_SITES=	ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \
11
MASTER_SITES=	ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \
12
		ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/
12
		ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/
13
14
DISTNAME=	epplet-base-${PORTVERSION}
13
DISTNAME=	epplet-base-${PORTVERSION}
15
14
16
MAINTAINER=	cmc@groupofnine.org
15
MAINTAINER=	cmc@groupofnine.org
Lines 18-24 Link Here
18
WRKSRC=		${WRKDIR}/Epplets-${PORTVERSION}
17
WRKSRC=		${WRKDIR}/Epplets-${PORTVERSION}
19
18
20
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
21
USE_IMLIB=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	imlib
22
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
23
CONFIGURE_ENV=	EROOT=${X11BASE}/share/enlightenment \
23
CONFIGURE_ENV=	EROOT=${X11BASE}/share/enlightenment \
24
		EBIN=${X11BASE}/bin
24
		EBIN=${X11BASE}/bin
(-)x11-wm/qvwm/Makefile (-2 / +2 lines)
Lines 14-21 Link Here
14
MAINTAINER=	nakai@FreeBSD.org
14
MAINTAINER=	nakai@FreeBSD.org
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_ESOUND=	yes
17
USE_GNOMENG=	yes
18
USE_IMLIB=	yes
18
USE_GNOME=	esound imlib
19
USE_XPM=	yes
19
USE_XPM=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
21
(-)x11-wm/sawfish/Makefile (-1 lines)
Lines 26-32 Link Here
26
26
27
USE_X_PREFIX=	yes
27
USE_X_PREFIX=	yes
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
USE_IMLIB=	yes
30
USE_REINPLACE=	yes
29
USE_REINPLACE=	yes
31
USE_GNOMENG=	yes
30
USE_GNOMENG=	yes
32
WANT_GNOME=	yes
31
WANT_GNOME=	yes
(-)x11-wm/scwm/Makefile (-2 / +2 lines)
Lines 16-25 Link Here
16
RUN_DEPENDS=	${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons
16
RUN_DEPENDS=	${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	esound imlib
19
USE_GMAKE=	yes
21
USE_GMAKE=	yes
20
USE_XPM=	yes
22
USE_XPM=	yes
21
USE_ESOUND=	yes
22
USE_IMLIB=	yes
23
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
24
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
25
CONFIGURE_ARGS+=	--with-guile-prefix=${LOCALBASE}
25
CONFIGURE_ARGS+=	--with-guile-prefix=${LOCALBASE}
(-)x11-wm/spager/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
15
RUN_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
20
20
ALL_TARGET=	spager
21
ALL_TARGET=	spager
21
22
(-)x11-wm/fluxconf/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
MAINTAINER=	hendrik@scholz.net
13
MAINTAINER=	hendrik@scholz.net
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_GTK=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	gtk12
17
USE_BZIP2=	yes
18
USE_BZIP2=	yes
18
19
19
.ifndef(WITHOUT_LOGO)
20
.ifndef(WITHOUT_LOGO)
(-)x11-wm/xfce/Makefile (-1 / +2 lines)
Lines 20-26 Link Here
20
20
21
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_GNOME=	gtk12
24
USE_XPM=	yes
25
USE_XPM=	yes
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
27
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
(-)x11-wm/waimea/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
MAINTAINER=	danfe@regency.nsu.ru
14
MAINTAINER=	danfe@regency.nsu.ru
15
15
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_IMLIB=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	imlib
18
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
19
20
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes

Return to bug 42305