310623bb97
- Fix typos - Remove duplicate variables - Remove nop or unreferenced variables - Add missing ports to the build - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
19 lines
529 B
Makefile
19 lines
529 B
Makefile
PORTNAME= lib2geom
|
|
DISTVERSION= 1.1
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= https://gitlab.com/inkscape/${PORTNAME}/-/archive/${DISTVERSION}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Easy to use 2D geometry library in C++
|
|
|
|
BUILD_DEPENDS= googletest>0:devel/googletest
|
|
LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \
|
|
libgsl.so:math/gsl \
|
|
libboost_thread.so:devel/boost-libs
|
|
|
|
USES= cmake gettext-runtime gnome localbase:ldflags pkgconfig
|
|
USE_GNOME= cairo glib20
|
|
CMAKE_ON= 2GEOM_BUILD_SHARED
|
|
|
|
.include <bsd.port.mk>
|