freebsd-ports/math/rcalc/Makefile
Chris D. Faulhaber 29afe4a449 - Update port to 0.2.2
- Change LIB_DEPENDS from gnomelibs to gnomecore

Submitted by:	Gary Benson <garyb@ee.bath.ac.uk>
2000-08-23 12:33:17 +00:00

30 lines
655 B
Makefile

# New ports collection makefile for: rcalc
# Date created: 28 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= rcalc
PORTVERSION= 0.2.2
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= rCalc-${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore
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}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>