openbsd-ports/devel/cln/Makefile
pirofti c02a2f07d2 Update cln to 1.3.4.
While at it, remove the PFRAG.shared as suggested by sthen@

Okay sthen@
2014-11-11 11:36:24 +00:00

31 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.20 2014/11/11 11:36:24 pirofti Exp $
NOT_FOR_ARCHS = arm mips64 mips64el sparc64 hppa
COMMENT = library for efficient computations
DISTNAME = cln-1.3.4
SHARED_LIBS += cln 3.0 # .6.4
CATEGORIES = devel
HOMEPAGE = http://www.ginac.de/CLN/
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
# GPL v2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
WANTLIB += m stdc++ gmp
LIB_DEPENDS = devel/gmp
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>