aboutsummaryrefslogtreecommitdiff
path: root/sysutils/screen
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2005-09-16 16:30:21 +0000
committerCy Schubert <cy@FreeBSD.org>2005-09-16 16:30:21 +0000
commitd5d85a487ff8137e2775d51bbd30f46e434720b3 (patch)
treeac79c52ac0e30eb737b43003fa39264beeb0c2df /sysutils/screen
parentc274106b6f67bdc80bed42f26033309036ae6990 (diff)
downloadports-d5d85a487ff8137e2775d51bbd30f46e434720b3.tar.gz
ports-d5d85a487ff8137e2775d51bbd30f46e434720b3.zip
Notes
Diffstat (limited to 'sysutils/screen')
-rw-r--r--sysutils/screen/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index e41d43849771..64db128c44a2 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -7,7 +7,7 @@
PORTNAME= screen
PORTVERSION= 4.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
@@ -28,6 +28,14 @@ NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it har
CFLAGS+= -O0
.endif
+# Enables support for 256 colour xterm. Note that you may need to
+# set up a custom termcap entry or .screenrc which modifies termcap
+# to contain the following: Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm
+#
+.if defined(WITH_XTERM_256)
+CFLAGS+= -DCOLORS256
+.endif
+
.if defined(WITHOUT_NETHACK)
CFLAGS+= -DNONETHACK
.endif