1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-wm/wmg/Makefile

35 lines
888 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmg
1999-12-02 06:49:23 +00:00
# Version required: 0.15.0
# Date created: 27 August 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
1999-09-09 01:33:54 +00:00
# $FreeBSD$
#
1999-12-02 06:49:23 +00:00
DISTNAME= wmG-0.15.0
PKGNAME= wmg-0.15.0
CATEGORIES= x11-wm gnome
MASTER_SITES= http://ductape.net/~reeve/downloads/ \
http://www.geocities.com/SiliconValley/Screen/4079/downloads/
1999-10-08 03:30:33 +00:00
MAINTAINER= nakai@FreeBSD.org
1999-10-08 03:30:33 +00:00
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \
Xpm.4:${PORTSDIR}/graphics/xpm \
1999-10-08 03:30:33 +00:00
esd.2:${PORTSDIR}/audio/esound \
gnome.3:${PORTSDIR}/x11/gnomelibs
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>