1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11-wm/wmakerconf/Makefile
Chris Piazza 14c623b2d3 Import of wmakerconf.
Wmakerconf is a configuration tool for the WindowMaker windowmanager.

PR:		13140
Submitted by:	Dominik Rothert <dr@domix.de>
1999-08-26 20:44:33 +00:00

32 lines
850 B
Makefile

# New ports collection makefile for: wmakerconf
# Version required: 2.1
# Date Created: 14 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $Id$
#
DISTNAME= wmakerconf-2.1
CATEGORIES= x11-wm
MASTER_SITES= http://www2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/
MAINTAINER= dr@domix.de
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.4:${PORTSDIR}/graphics/imlib \
PropList.1:${PORTSDIR}/devel/libPropList \
Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff34 \
png.3:${PORTSDIR}/graphics/png \
wraster.3:${PORTSDIR}/x11-wm/windowmaker
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>