1999-11-01 03:23:52 +01:00
|
|
|
# New ports collection makefile for: rcalc
|
|
|
|
# Date created: 28 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= rcalc
|
2000-08-23 14:33:17 +02:00
|
|
|
PORTVERSION= 0.2.2
|
1999-11-01 03:23:52 +01:00
|
|
|
CATEGORIES= math gnome
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-04-14 09:20:58 +02:00
|
|
|
DISTNAME= rCalc-${PORTVERSION}
|
1999-11-01 03:23:52 +01:00
|
|
|
|
2000-04-21 00:39:56 +02:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Symbolic calculator for GNOME
|
1999-11-01 03:23:52 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GNOME= yes
|
1999-11-01 03:23:52 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-11-01 03:23:52 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-05 09:17:31 +02:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
|
|
|
|
|
1999-11-01 03:23:52 +01:00
|
|
|
.include <bsd.port.mk>
|