1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/math/cgal/Makefile
Wen Heping 2b04835348 - Update to 4.3
- Update LICENSE
- Stage support
- Convert to new LIB_DEPENDS format
- Update email to my FreeBSD mail
2014-03-02 16:20:46 +00:00

33 lines
918 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= cgal
PORTVERSION= 4.3
CATEGORIES= math
MASTER_SITES= http://gforge.inria.fr/frs/download.php/32997/
DISTNAME= CGAL-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Computational geometry library
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libGLU.so:${PORTSDIR}/graphics/libGLU \
libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
USE_BZIP2= yes
USE_LDCONFIG= yes
USES= cmake
USE_QT4= corelib opengl qmake_build gui moc_build rcc_build uic_build
HAS_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
${INSTALL_MAN} ${WRKSRC}/auxiliary/cgal_create_cmake_script.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>