aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-06-03 02:32:38 +0800
committerculot <culot@FreeBSD.org>2012-06-03 02:32:38 +0800
commit0efe90a0b9acd10016e35e6e592d73b70479821f (patch)
tree63be30ffada767267a6c3b979f2f8d4b826f6434 /net
parent988e9935f29f329bd0695cd004b98b3001326c10 (diff)
downloadfreebsd-ports-gnome-0efe90a0b9acd10016e35e6e592d73b70479821f.tar.gz
freebsd-ports-gnome-0efe90a0b9acd10016e35e6e592d73b70479821f.tar.zst
freebsd-ports-gnome-0efe90a0b9acd10016e35e6e592d73b70479821f.zip
- Update MAINTAINER's address [1]
- Pet portlint(1) (replace spaces by tabs, move LICENSE section earlier) PR: ports/168586 [1] Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/xrdp/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 2f49486472ba..13eaea27b36a 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xrdp
-PORTVERSION= 0.6.0.20110117
+PORTVERSION= 0.6.0.20110117
CATEGORIES= net
MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/ \
http://key2.jp/~meta/distfiles/
@@ -16,9 +16,12 @@ DIST_SUBDIR?= ${PORTNAME}
PATCH_SITES= http://www.club.kyutech.ac.jp/~meta/patches/xrdp/0.6.0/ \
http://key2.jp/~meta/patches/xrdp/0.6.0/
-MAINTAINER= meta@club.kyutech.ac.jp
+MAINTAINER= meta+ports@vmeta.jp
COMMENT= An open source Remote Desktop Protocol (RDP) server
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_XORG= x11 xfixes
USE_AUTOTOOLS= autoconf:env automake:env libtool
GNU_CONFIGURE= yes
@@ -28,12 +31,10 @@ CONFIGURE_ARGS= --localstatedir=/var
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
RUN_DEPENDS+= Xvnc:${PORTSDIR}/net/vnc
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
USE_LDCONFIG= ${PREFIX}/lib/xrdp
-OPTIONS= DEBUG "Build with debugging symbols" off \
+OPTIONS= DEBUG "Build with debugging symbols" off \
JP106 "Install Japanese JP106 Keymap" on
.include <bsd.port.options.mk>