freebsd-ports/math/yacas/Makefile
Ying-Chieh Liao 7bf34f2fb0 upgrade to 1.0.47rev7
drop maintainership
2001-11-22 12:38:03 +00:00

32 lines
649 B
Makefile

# ex:ts=8
# New ports collection makefile for: yacas
# Date created: Jun 21, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yacas
PORTVERSION= 1.0.47r7
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.xs4all.nl/~apinkus/backups/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/rev/}
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if defined(WITH_GMP)
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp
CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.endif
CONFIGURE_ARGS+= --enable-gmp=yes
.endif
GNU_CONFIGURE= yes
.include <bsd.port.post.mk>