aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntalk/Makefile')
-rw-r--r--net/ntalk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ntalk/Makefile b/net/ntalk/Makefile
index b7272183b79f..f8e603978817 100644
--- a/net/ntalk/Makefile
+++ b/net/ntalk/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= http://network.terramail.pl/
MAINTAINER= ports@FreeBSD.org
COMMENT= A console chat application written with ncurse
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
do-build:
cd ${WRKSRC}; \
${CXX} ${CXXFLAGS} -o ntalk ntalk.cpp -lncurses ${PTHREAD_LIBS}