diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:57:27 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:57:27 +0000 |
commit | bd324910b256c1f06f7ec3be4c2981fe4e455117 (patch) | |
tree | ad02c27289009b945b4dcca44f55a8abce4e929d /devel/pharmacy | |
parent | 6c2340df81c8c278bc8bffe0bd39fcda78c68f44 (diff) | |
download | ports-bd324910b256c1f06f7ec3be4c2981fe4e455117.tar.gz ports-bd324910b256c1f06f7ec3be4c2981fe4e455117.zip |
Notes
Diffstat (limited to 'devel/pharmacy')
-rw-r--r-- | devel/pharmacy/Makefile | 29 | ||||
-rw-r--r-- | devel/pharmacy/distinfo | 1 | ||||
-rw-r--r-- | devel/pharmacy/pkg-comment | 1 | ||||
-rw-r--r-- | devel/pharmacy/pkg-descr | 8 | ||||
-rw-r--r-- | devel/pharmacy/pkg-plist | 21 |
5 files changed, 60 insertions, 0 deletions
diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile new file mode 100644 index 000000000000..6fa0bcb8e719 --- /dev/null +++ b/devel/pharmacy/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: pharmacy +# Version required: 0.2.1 +# Date created: 02 October 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= pharmacy-0.2.1 +CATEGORIES= devel gnome +MASTER_SITES= http://pharmacy.learnrespect.org/ + +MAINTAINER= jedgar@fxp.org + +LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs + +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="-I${LOCALBASE}/include ${CFLAGS}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/devel/pharmacy/distinfo b/devel/pharmacy/distinfo new file mode 100644 index 000000000000..9eea29184198 --- /dev/null +++ b/devel/pharmacy/distinfo @@ -0,0 +1 @@ +MD5 (pharmacy-0.2.1.tar.gz) = e4631e1255f608bb95363dbb146e1158 diff --git a/devel/pharmacy/pkg-comment b/devel/pharmacy/pkg-comment new file mode 100644 index 000000000000..d5bdb66dc89e --- /dev/null +++ b/devel/pharmacy/pkg-comment @@ -0,0 +1 @@ +GNOME frontend for CVS diff --git a/devel/pharmacy/pkg-descr b/devel/pharmacy/pkg-descr new file mode 100644 index 000000000000..63b3c1069153 --- /dev/null +++ b/devel/pharmacy/pkg-descr @@ -0,0 +1,8 @@ +Pharmacy intends to be a GNOME compliant front-end to CVS. +Currently, it provides a limited user interface to CVS +commands and a "console" for the lazy power-user. + +WWW: http://pharmacy.learnrespect.org/ + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/devel/pharmacy/pkg-plist b/devel/pharmacy/pkg-plist new file mode 100644 index 000000000000..cbaf118a50a2 --- /dev/null +++ b/devel/pharmacy/pkg-plist @@ -0,0 +1,21 @@ +bin/pharmacy +info/dir +share/locale/fr/LC_MESSAGES/pharmacy.mo +share/locale/ko/LC_MESSAGES/pharmacy.mo +share/locale/de/LC_MESSAGES/pharmacy.mo +share/gnome/apps/Applications/pharmacy.desktop +share/gnome/help/pharmacy/C/topic.dat +share/gnome/help/pharmacy/C/index.html +share/gnome/help/pharmacy/C/docbook.css +share/gnome/help/pharmacy/C/apx1.html +share/gnome/help/pharmacy/C/checkout.html +share/gnome/help/pharmacy/C/console.html +share/gnome/help/pharmacy/C/licence.html +share/gnome/help/pharmacy/C/pharmacy.html +share/gnome/help/pharmacy/C/update.html +share/gnome/help/pharmacy/C/using.html +share/gnome/help/pharmacy/C/web.html +share/pixmaps/pharmacy.png +@dirrm share/gnome/help/pharmacy/C +@dirrm share/gnome/help/pharmacy +@dirrm share/pixmaps |