aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gplbp/Makefile
blob: 7422a03ea1676879df98c7aa579cb6accc7c89c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    gplbp
# Version required:         0.92
# Date created:             23 October 1999
# Whom:                 Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=   gplbp-0.92
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.stampede.org/skibum/

MAINTAINER= jedgar@FreeBSD.org

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>