freebsd-ports/math/rcalc/Makefile
Volker Stolz bef3401b9e Initiate de-orbit burn: Even the mastersite warns not to use the outdated
FreeBSD-port because of its many bugs.

Note that an update might prove to be non-trivial since 0.3.99 depends on a
CVS-version of libzvt which we don't have in the ports-tree yet.
Any volunteers can use http://www.foldr.org/~stolz/bsd/rcalc-0.2.6.diff as
a starting point.
2004-05-10 08:42:25 +00:00

34 lines
782 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
PORTREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= rCalc-${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
COMMENT= Symbolic calculator for GNOME
DEPRECATED= "Stale version with many errors"
EXPIRATION_DATE=2004-07-10
USE_X_PREFIX= yes
USE_PERL5_BUILD=yes
USE_GMAKE= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
.include <bsd.port.mk>