Lines 1-5
Link Here
|
1 |
PORTNAME= sshout |
1 |
PORTNAME= sshout |
2 |
DISTVERSION= 1.2.0 |
2 |
DISTVERSION= 1.2.0 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= net-im |
4 |
CATEGORIES= net-im |
4 |
MASTER_SITES= SF/sshout/${PORTNAME}/ |
5 |
MASTER_SITES= SF/sshout/${PORTNAME}/ |
5 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-src |
6 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-src |
Lines 29-41
GROUPS= sshout
Link Here
|
29 |
OPTIONS_DEFINE= NLS IRC |
30 |
OPTIONS_DEFINE= NLS IRC |
30 |
OPTIONS_DEFAULT= NLS |
31 |
OPTIONS_DEFAULT= NLS |
31 |
OPTIONS_GROUP= SUGGESTED |
32 |
OPTIONS_GROUP= SUGGESTED |
32 |
OPTIONS_GROUP_SUGGESTED=XCLIP |
33 |
OPTIONS_GROUP_SUGGESTED=XCLIP ELINKS |
33 |
|
34 |
|
34 |
SUGGESTED_DESC= Suggested ports |
35 |
SUGGESTED_DESC= Suggested ports |
|
|
36 |
|
35 |
XCLIP_DESC= Add dependency to xclip(1) for CLI pasteimage support |
37 |
XCLIP_DESC= Add dependency to xclip(1) for CLI pasteimage support |
|
|
38 |
XCLIP_RUN_DEPENDS= xclip:x11/xclip |
39 |
ELINKS_DESC= Add dependency to elinks(1) for showing HTML messages in CLI |
40 |
ELINKS_RUN_DEPENDS= elinks>=0.12:www/elinks |
41 |
|
36 |
NLS_USES= gettext |
42 |
NLS_USES= gettext |
37 |
NLS_MAKE_ENV= NLS_LIBS="-l intl" |
43 |
NLS_MAKE_ENV= NLS_LIBS="-l intl" |
38 |
NLS_MAKE_ENV_OFF= NO_NLS=1 |
44 |
NLS_MAKE_ENV_OFF= NO_NLS=1 |
|
|
45 |
|
39 |
IRC_DESC= Experimental IRC over SSH frontend |
46 |
IRC_DESC= Experimental IRC over SSH frontend |
40 |
IRC_CPPFLAGS= -D ENABLE_IRC_FRONTEND=1 |
47 |
IRC_CPPFLAGS= -D ENABLE_IRC_FRONTEND=1 |
41 |
|
48 |
|
Lines 43-50
OPTIONS_SUB= yes
Link Here
|
43 |
|
50 |
|
44 |
.include <bsd.port.options.mk> |
51 |
.include <bsd.port.options.mk> |
45 |
|
52 |
|
46 |
.if ${PORT_OPTIONS:MXCLIP} |
|
|
47 |
RUN_DEPENDS+= ${LOCALBASE}/bin/xclip:x11/xclip |
48 |
.endif |
49 |
|
50 |
.include <bsd.port.mk> |
53 |
.include <bsd.port.mk> |