Lines 6-24
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= weechat |
8 |
PORTNAME= weechat |
9 |
PORTVERSION= 20110714 |
9 |
PORTVERSION= 20110817 |
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 |
13 |
DISTNAME= weechat-devel-35a3df0a7a09f00863be917f8181d5363c0a8302 |
13 |
DISTNAME= weechat-devel-885e0d93742e647ae58964a1d2cebcaaaaccd609 |
14 |
|
14 |
|
15 |
MAINTAINER= freebsd@beardz.net |
15 |
MAINTAINER= freebsd@beardz.net |
16 |
COMMENT= A lightweight and user friendly ncurse based IRC client |
16 |
COMMENT= A lightweight and user friendly ncurse based IRC client |
17 |
|
17 |
|
|
|
18 |
LICENSE= GPLv3 |
19 |
|
18 |
CONFLICTS= weechat-0.3* |
20 |
CONFLICTS= weechat-0.3* |
19 |
|
21 |
|
20 |
USE_ICONV= yes |
22 |
USE_ICONV= yes |
21 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
|
|
24 |
USE_NCURSES= yes |
25 |
WITH_NCURSES_BASE= yes |
22 |
USE_CMAKE= yes |
26 |
USE_CMAKE= yes |
23 |
CMAKE_USE_PTHREAD= yes |
27 |
CMAKE_USE_PTHREAD= yes |
24 |
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |
28 |
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |
Lines 30-43
Link Here
|
30 |
TCL "TCL scripting support." Off \ |
34 |
TCL "TCL scripting support." Off \ |
31 |
LUA "Lua scripting support." Off \ |
35 |
LUA "Lua scripting support." Off \ |
32 |
CHARSET "Charset support." On \ |
36 |
CHARSET "Charset support." On \ |
33 |
BACKTRACE "Backtraces." Off \ |
37 |
BACKTRACE "Backtraces." On \ |
34 |
DEBUG "Debugging." On \ |
38 |
DEBUG "Debugging." On \ |
35 |
ASPELL "Spell checking." Off \ |
39 |
ASPELL "Spell checking." Off \ |
36 |
GNUTLS "GNU TLS." Off \ |
40 |
GNUTLS "GNU TLS." Off \ |
37 |
NLS "NLS support." On \ |
41 |
NLS "NLS support." On \ |
38 |
DOCUMENTATION "Build documentation." Off |
42 |
DOCUMENTATION "Build documentation." Off |
39 |
|
43 |
|
40 |
WRKSRC= ${WRKDIR}/${PORTNAME}-35a3df0 |
44 |
WRKSRC= ${WRKDIR}/${PORTNAME}-885e0d9 |
41 |
|
45 |
|
42 |
.include <bsd.port.options.mk> |
46 |
.include <bsd.port.options.mk> |
43 |
|
47 |
|