1999-11-26 19:02:18 +00:00
|
|
|
# New ports collection makefile for: gplbp
|
2000-02-17 04:29:05 +00:00
|
|
|
# Version required: 0.92
|
1999-11-26 19:02:18 +00:00
|
|
|
# Date created: 23 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-02-17 04:29:05 +00:00
|
|
|
DISTNAME= gplbp-0.92
|
1999-11-26 19:02:18 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ftp://ftp.stampede.org/skibum/
|
|
|
|
|
2000-02-17 04:29:05 +00:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-11-26 19:02:18 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-x
|
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|