freebsd-ports/math/fung-calc/Makefile
Markus Brueffer 820e0a1724 - Fix build with gcc 3.4 [1]
- Fix build on amd64

Reported by:	pointyhat via kris [1]
2004-08-13 23:38:44 +00:00

31 lines
681 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
PORTREVISION= 2
CATEGORIES= math kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= markus@FreeBSD.org
COMMENT= Advanced graphic calculator
USE_KDELIBS_VER= 3
USE_GL= yes
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
pre-configure:
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>