mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
6f742da5a7
Reported by: portscout
23 lines
375 B
Makefile
23 lines
375 B
Makefile
PORTNAME= libxdf
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.991
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ library for loading XDF files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libpugixml.so:textproc/pugixml
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= xdf-modules
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|