openbsd-ports/devel/cln/Makefile

36 lines
742 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:57 espie Exp $
NOT_FOR_ARCHS = arm mips64 mips64el sparc64
2009-10-12 10:05:03 -04:00
COMMENT = library for efficient computations
2009-10-12 10:05:03 -04:00
DISTNAME = cln-1.3.1
2010-11-15 14:45:56 -05:00
REVISION = 0
SHARED_LIBS += cln 1.0 # .5.2
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 10:05:03 -04:00
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
2010-11-07 20:22:36 -05:00
WANTLIB += c m stdc++ gmp
2010-11-15 14:45:56 -05:00
LIB_DEPENDS = devel/gmp
2009-10-12 10:05:03 -04:00
USE_GMAKE = Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>