diff options
author | steve <steve@FreeBSD.org> | 1999-11-27 03:02:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-27 03:02:18 +0800 |
commit | 006c09f1482149a3ce9e35151eb3bf4973dd5f32 (patch) | |
tree | 4a42a424f187d1a65f430007a01a80ca7f9920be /misc/gplbp | |
parent | 11da355790ac09981fbe3979b8e7dd95a40ea341 (diff) | |
download | freebsd-ports-gnome-006c09f1482149a3ce9e35151eb3bf4973dd5f32.tar.gz freebsd-ports-gnome-006c09f1482149a3ce9e35151eb3bf4973dd5f32.tar.zst freebsd-ports-gnome-006c09f1482149a3ce9e35151eb3bf4973dd5f32.zip |
Initial import of gplbp version 0.91.
A pilot logbook application.
PR: 14489
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'misc/gplbp')
-rw-r--r-- | misc/gplbp/Makefile | 28 | ||||
-rw-r--r-- | misc/gplbp/distinfo | 1 | ||||
-rw-r--r-- | misc/gplbp/pkg-comment | 1 | ||||
-rw-r--r-- | misc/gplbp/pkg-descr | 6 | ||||
-rw-r--r-- | misc/gplbp/pkg-plist | 8 |
5 files changed, 44 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> 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 |