Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= tinyxml2 |
4 |
PORTNAME= tinyxml2 |
5 |
PORTVERSION= 2.2.0 |
5 |
PORTVERSION= 4.0.1 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= textproc |
7 |
CATEGORIES= textproc |
8 |
|
8 |
|
Lines 14-19
Link Here
|
14 |
USE_GITHUB= yes |
14 |
USE_GITHUB= yes |
15 |
USE_LDCONFIG= yes |
15 |
USE_LDCONFIG= yes |
16 |
USES= cmake dos2unix |
16 |
USES= cmake dos2unix |
|
|
17 |
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON \ |
18 |
-DBUILD_STATIC_LIBS:BOOL=ON |
17 |
|
19 |
|
18 |
GH_ACCOUNT= leethomason |
20 |
GH_ACCOUNT= leethomason |
19 |
|
21 |
|
Lines 20-27
Link Here
|
20 |
PLIST_FILES= include/tinyxml2.h \ |
22 |
PLIST_FILES= include/tinyxml2.h \ |
21 |
lib/libtinyxml2.a \ |
23 |
lib/libtinyxml2.a \ |
22 |
lib/libtinyxml2.so \ |
24 |
lib/libtinyxml2.so \ |
23 |
lib/libtinyxml2.so.2 \ |
25 |
lib/libtinyxml2.so.4 \ |
24 |
lib/libtinyxml2.so.2.2.0 \ |
26 |
lib/libtinyxml2.so.4.0.1 \ |
25 |
libdata/pkgconfig/tinyxml2.pc |
27 |
libdata/pkgconfig/tinyxml2.pc |
26 |
PORTEXAMPLES= xmltest.cpp resources |
28 |
PORTEXAMPLES= xmltest.cpp resources |
27 |
|
29 |
|