Lines 2-10
Link Here
|
2 |
# $FreeBSD: head/net/rdesktop/Makefile 462612 2018-02-22 15:38:37Z pizzamig $ |
2 |
# $FreeBSD: head/net/rdesktop/Makefile 462612 2018-02-22 15:38:37Z pizzamig $ |
3 |
|
3 |
|
4 |
PORTNAME= rdesktop |
4 |
PORTNAME= rdesktop |
5 |
PORTVERSION= 1.8.3 |
5 |
PORTVERSION= 1.8.4 |
6 |
CATEGORIES= net comms ipv6 |
6 |
CATEGORIES= net comms ipv6 |
7 |
MASTER_SITES= SF |
7 |
USE_GITHUB= yes |
|
|
8 |
DISTVERSIONPREFIX= v |
8 |
|
9 |
|
9 |
MAINTAINER= gregf@hugops.pw |
10 |
MAINTAINER= gregf@hugops.pw |
10 |
COMMENT= RDP client for Windows NT/2000/2003 Terminal Server |
11 |
COMMENT= RDP client for Windows NT/2000/2003 Terminal Server |
Lines 12-18
Link Here
|
12 |
LICENSE= GPLv3 |
13 |
LICENSE= GPLv3 |
13 |
|
14 |
|
14 |
USE_XORG= x11 |
15 |
USE_XORG= x11 |
15 |
USES= gmake iconv pkgconfig ssl |
16 |
USES= autoreconf gmake iconv pkgconfig ssl |
16 |
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp |
17 |
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp |
17 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
18 |
DOCS= doc/AUTHORS doc/TODO doc/*.txt |
19 |
DOCS= doc/AUTHORS doc/TODO doc/*.txt |