1999-10-03 17:57:27 -04:00
|
|
|
# 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/
|
|
|
|
|
2000-01-05 15:01:30 -05:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-10-03 17:57:27 -04:00
|
|
|
|
1999-10-17 09:45:05 -04:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
1999-10-03 17:57:27 -04:00
|
|
|
|
|
|
|
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>
|