freebsd-ports/math/fung-calc/Makefile
Kirill Ponomarev 3950e8c002 Update to 1.3.2b
Approved by:	fjoe (mentor) (implicit)
2003-08-04 19:59:01 +00:00

31 lines
707 B
Makefile

# New ports collection makefile for: fung-calc
# Date created: 10.06.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= fung-calc
PORTVERSION= 1.3.2b
CATEGORIES= math kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
COMMENT= Advanced graphic calculator
USE_KDELIBS_VER= 3
USE_MESA= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
pre-configure:
${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
.include <bsd.port.mk>