Lines 1-9
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= pugixml |
3 |
PORTNAME= pugixml |
4 |
PORTVERSION= 1.10 |
4 |
DISTVERSION= 1.11.1 |
5 |
CATEGORIES= textproc |
5 |
CATEGORIES= textproc |
6 |
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ |
6 |
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/ |
7 |
|
7 |
|
8 |
MAINTAINER= ports@FreeBSD.org |
8 |
MAINTAINER= ports@FreeBSD.org |
9 |
COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support |
9 |
COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support |
Lines 16-21
USE_LDCONFIG= yes
Link Here
|
16 |
CMAKE_OFF= BUILD_TESTS USE_VERSIONED_LIBDIR |
16 |
CMAKE_OFF= BUILD_TESTS USE_VERSIONED_LIBDIR |
17 |
CMAKE_ON= BUILD_SHARED_LIBS |
17 |
CMAKE_ON= BUILD_SHARED_LIBS |
18 |
|
18 |
|
19 |
PLIST_SUB= SOVERSION=${PORTVERSION} |
|
|
20 |
|
21 |
.include <bsd.port.mk> |
19 |
.include <bsd.port.mk> |