mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d92861b0e4
No responce from: maintainer
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# New ports collection makefile for: wmakerconf
|
|
# Date Created: 14 August 1999
|
|
# Whom: Dominik Rothert <dr@domix.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmakerconf
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://ulli.linuxave.net/wmakerconf/
|
|
|
|
MAINTAINER= dr@domix.de
|
|
|
|
RUN_DEPENDS= rpm:${PORTSDIR}/misc/rpm \
|
|
bunzip2:${PORTSDIR}/archivers/bzip2
|
|
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
png.4:${PORTSDIR}/graphics/png \
|
|
wraster.3:${PORTSDIR}/x11-wm/windowmaker \
|
|
wmfun.0:${PORTSDIR}/x11-wm/windowmaker
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_PERL5= yes
|
|
USE_GMAKE= yes
|
|
USE_XPM= yes
|
|
USE_IMLIB= yes
|
|
WANT_GNOME= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(HAVE_GNOME)
|
|
BUILD_DEPENDS+= gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker
|
|
RUN_DEPENDS+= gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker
|
|
PLIST_SUB+= GNOME:=""
|
|
.else
|
|
PLIST_SUB+= GNOME:="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|