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/Makefile | |
parent | Activate gbuffy (diff) |
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/
PR: ports/14097
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'devel/pharmacy/Makefile')
-rw-r--r-- | devel/pharmacy/Makefile | 29 |
1 files changed, 29 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> |