summaryrefslogtreecommitdiff
path: root/misc/gplbp/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 19:02:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 19:02:18 +0000
commit9c5ec389932c4d7ca2476dbdb4d8accad5f8e123 (patch)
tree25fe120b2c6a3d7a26a98effd834abdb3c694c44 /misc/gplbp/Makefile
parentInitial import of freedialog version 0.3. (diff)
Initial import of gplbp version 0.91.
A pilot logbook application. PR: 14489 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=23376
Diffstat (limited to 'misc/gplbp/Makefile')
-rw-r--r--misc/gplbp/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/gplbp/Makefile b/misc/gplbp/Makefile
new file mode 100644
index 000000000000..b9dd3a713185
--- /dev/null
+++ b/misc/gplbp/Makefile
@@ -0,0 +1,28 @@
+# 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>