1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/gplbp/Makefile
Steve Price 9c5ec38993 Initial import of gplbp version 0.91.
A pilot logbook application.

PR:		14489
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-26 19:02:18 +00:00

29 lines
622 B
Makefile

# New ports collection makefile for: gplbp
# Version required: 0.91
# Date created: 23 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= gplbp-0.91
CATEGORIES= misc
MASTER_SITES= ftp://ftp.stampede.org/skibum/
MAINTAINER= jedgar@fxp.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>