Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= libevhtp |
3 |
PORTNAME= libevhtp |
4 |
PORTVERSION= 1.2.9 |
4 |
PORTVERSION= 1.2.10 |
5 |
PORTREVISION= 3 |
|
|
6 |
CATEGORIES= www |
5 |
CATEGORIES= www |
7 |
|
6 |
|
8 |
MAINTAINER= ultima1252@gmail.com |
7 |
MAINTAINER= ultima1252@gmail.com |
Lines 15-21
Link Here
|
15 |
|
14 |
|
16 |
USE_GITHUB= yes |
15 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= ellzey |
16 |
GH_ACCOUNT= ellzey |
18 |
GH_TAGNAME= 3886506 |
17 |
GH_TAGNAME= ba4c44e |
19 |
|
18 |
|
20 |
USES= cmake:outsource |
19 |
USES= cmake:outsource |
21 |
USE_LDCONFIG= YES |
20 |
USE_LDCONFIG= YES |
Lines 46-60
Link Here
|
46 |
|
45 |
|
47 |
.include <bsd.port.options.mk> |
46 |
.include <bsd.port.options.mk> |
48 |
|
47 |
|
49 |
PLIST_FILES= include/evhtp.h\ |
48 |
PLIST_FILES= include/evhtp.h \ |
50 |
include/evhtp-config.h \ |
49 |
include/evhtp-config.h \ |
51 |
include/evthr.h \ |
|
|
52 |
include/htparse.h |
50 |
include/htparse.h |
53 |
|
51 |
|
54 |
.if !exists(${LOCALBASE}/include/onigposix.h) |
52 |
.if !exists(${LOCALBASE}/include/onigposix.h) && !${PORT_OPTIONS:MEVHTP_DISABLE_REGEX} |
55 |
PLIST_FILES+= include/onigposix.h |
53 |
PLIST_FILES+= include/onigposix.h |
56 |
.endif |
54 |
.endif |
57 |
|
55 |
|
|
|
56 |
.if !${PORT_OPTIONS:MEVHTP_DISABLE_EVTHR} |
57 |
PLIST_FILES+= include/evthr.h |
58 |
.endif |
59 |
|
58 |
.if ${PORT_OPTIONS:MEVHTP_BUILD_SHARED} |
60 |
.if ${PORT_OPTIONS:MEVHTP_BUILD_SHARED} |
59 |
PLIST_FILES+= lib/libevhtp.so |
61 |
PLIST_FILES+= lib/libevhtp.so |
60 |
.else |
62 |
.else |