Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= weechat |
8 |
PORTNAME= weechat |
9 |
PORTVERSION= 20120515 |
9 |
PORTVERSION= 20120522 |
10 |
CATEGORIES= irc |
10 |
CATEGORIES= irc |
11 |
MASTER_SITES= http://perturb.me.uk/distfiles/ |
11 |
MASTER_SITES= http://perturb.me.uk/distfiles/ |
12 |
PKGNAMESUFFIX= -devel |
12 |
PKGNAMESUFFIX= -devel |
Lines 27-33
Link Here
|
27 |
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |
27 |
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |
28 |
WANT_PERL= yes |
28 |
WANT_PERL= yes |
29 |
|
29 |
|
30 |
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl |
30 |
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl |
31 |
|
31 |
|
32 |
# Please note: the DEBUG option is *NOT* empty, it is utilised by |
32 |
# Please note: the DEBUG option is *NOT* empty, it is utilised by |
33 |
# bsd.cmake.mk to set the cmake build type to Debug instead of |
33 |
# bsd.cmake.mk to set the cmake build type to Debug instead of |
Lines 47-53
Link Here
|
47 |
NLS "NLS support" On \ |
47 |
NLS "NLS support" On \ |
48 |
DOCUMENTATION "Build documentation" Off |
48 |
DOCUMENTATION "Build documentation" Off |
49 |
|
49 |
|
50 |
GITREV= b645947 |
50 |
GITREV= 6f5a20e |
51 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} |
51 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} |
52 |
|
52 |
|
53 |
.include <bsd.port.options.mk> |
53 |
.include <bsd.port.options.mk> |
Lines 96-102
Link Here
|
96 |
.endif |
96 |
.endif |
97 |
|
97 |
|
98 |
.if defined(WITH_GNUTLS) |
98 |
.if defined(WITH_GNUTLS) |
99 |
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls |
99 |
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls |
100 |
.else |
100 |
.else |
101 |
CMAKE_ARGS+= -DENABLE_GNUTLS=no |
101 |
CMAKE_ARGS+= -DENABLE_GNUTLS=no |
102 |
.endif |
102 |
.endif |
Lines 134-140
Link Here
|
134 |
|
134 |
|
135 |
.if defined(WITH_GUILE) |
135 |
.if defined(WITH_GUILE) |
136 |
IGNORE= guile support currently causes a segfault on exit. Please re-run 'make config' and disable GUILE |
136 |
IGNORE= guile support currently causes a segfault on exit. Please re-run 'make config' and disable GUILE |
137 |
LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile |
137 |
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile |
138 |
PLIST_SUB+= GUILE="" |
138 |
PLIST_SUB+= GUILE="" |
139 |
.else |
139 |
.else |
140 |
CMAKE_ARGS+= -DENABLE_GUILE=no |
140 |
CMAKE_ARGS+= -DENABLE_GUILE=no |
Lines 151-157
Link Here
|
151 |
.endif |
151 |
.endif |
152 |
|
152 |
|
153 |
.if defined(WITH_BACKTRACE) |
153 |
.if defined(WITH_BACKTRACE) |
154 |
LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo |
154 |
LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo |
155 |
.endif |
155 |
.endif |
156 |
|
156 |
|
157 |
MAN1= weechat-curses.1 |
157 |
MAN1= weechat-curses.1 |