mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0bb922ab3a
new URL, and PLIST changes so this will package again. PR: 14207 Submitted by: Maxim Sobolev <sobomax@altavista.net>
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
# New ports collection makefile for: wmakerconf
|
|
# Version required: 2.3
|
|
# Date Created: 14 August 1999
|
|
# Whom: Dominik Rothert <dr@domix.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmakerconf-2.3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://members.linuxstart.com/~ulli/wmakerconf/
|
|
|
|
MAINTAINER= dr@domix.de
|
|
|
|
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \
|
|
rpm:${PORTSDIR}/misc/rpm \
|
|
bunzip2:${PORTSDIR}/archivers/bzip2 \
|
|
wget:${PORTSDIR}/ftp/wget
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
Imlib.5:${PORTSDIR}/graphics/imlib \
|
|
PropList.2:${PORTSDIR}/devel/libPropList \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
png.3:${PORTSDIR}/graphics/png \
|
|
wraster.3:${PORTSDIR}/x11-wm/windowmaker \
|
|
wmfun.0:${PORTSDIR}/x11-wm/libwmfun
|
|
|
|
BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \
|
|
wget:${PORTSDIR}/ftp/wget
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
USE_X_PREFIX= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|