freebsd-ports/math/rcalc/Makefile

29 lines
628 B
Makefile
Raw Normal View History

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