openbsd-ports/devel/cln/Makefile

32 lines
645 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:45:14 ajacoutot Exp $
NOT_FOR_ARCHS = arm mips64 mips64el sparc64 hppa
COMMENT = library for efficient computations
2011-08-18 05:50:13 -04:00
DISTNAME = cln-1.3.2
SHARED_LIBS += cln 1.0 # .5.2
2011-11-03 18:13:23 -04:00
REVISION = 0
2009-10-12 10:05:03 -04:00
CATEGORIES = devel
2009-10-12 10:05:03 -04:00
HOMEPAGE = http://www.ginac.de/CLN/
2009-10-12 10:05:03 -04:00
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
# GPL v2
2009-10-12 10:05:03 -04:00
PERMIT_PACKAGE_CDROM = Yes
2009-10-12 10:05:03 -04:00
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
2011-11-03 18:13:23 -04:00
WANTLIB += m stdc++ gmp
LIB_DEPENDS = devel/gmp
2009-10-12 10:05:03 -04:00
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>