From 006c09f1482149a3ce9e35151eb3bf4973dd5f32 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 26 Nov 1999 19:02:18 +0000 Subject: Initial import of gplbp version 0.91. A pilot logbook application. PR: 14489 Submitted by: Chris D. Faulhaber --- misc/gplbp/Makefile | 28 ++++++++++++++++++++++++++++ misc/gplbp/distinfo | 1 + misc/gplbp/pkg-comment | 1 + misc/gplbp/pkg-descr | 6 ++++++ misc/gplbp/pkg-plist | 8 ++++++++ 5 files changed, 44 insertions(+) create mode 100644 misc/gplbp/Makefile create mode 100644 misc/gplbp/distinfo create mode 100644 misc/gplbp/pkg-comment create mode 100644 misc/gplbp/pkg-descr create mode 100644 misc/gplbp/pkg-plist (limited to 'misc/gplbp') 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 +# +# $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 diff --git a/misc/gplbp/distinfo b/misc/gplbp/distinfo new file mode 100644 index 000000000000..05c92fd01a78 --- /dev/null +++ b/misc/gplbp/distinfo @@ -0,0 +1 @@ +MD5 (gplbp-0.91.tar.gz) = eb5b032606208f59dbc5f6c400e67406 diff --git a/misc/gplbp/pkg-comment b/misc/gplbp/pkg-comment new file mode 100644 index 000000000000..4e074a3e73ce --- /dev/null +++ b/misc/gplbp/pkg-comment @@ -0,0 +1 @@ +Pilot Logbook application diff --git a/misc/gplbp/pkg-descr b/misc/gplbp/pkg-descr new file mode 100644 index 000000000000..d2fa9d142d23 --- /dev/null +++ b/misc/gplbp/pkg-descr @@ -0,0 +1,6 @@ +This is GNU Pilot LogBook Pro, version 0.91, which is a program +to allow Pilots (aviation type pilots, not palm pilots) to log +all of their flight info, total up hours/landings and more. + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/misc/gplbp/pkg-plist b/misc/gplbp/pkg-plist new file mode 100644 index 000000000000..9a625df58f4b --- /dev/null +++ b/misc/gplbp/pkg-plist @@ -0,0 +1,8 @@ +bin/gplbp +share/gplbp/editcopy.xpm +share/gplbp/editcut.xpm +share/gplbp/editpaste.xpm +share/gplbp/filenew.xpm +share/gplbp/fileopen.xpm +share/gplbp/fileprint.xpm +@dirrm share/gplbp -- cgit