diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-15 01:10:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-15 01:10:51 +0800 |
commit | 85f32a8710e30fe8961a44da49858b34aa262fba (patch) | |
tree | c0cc13252511cc473e68f4559bffb074b7394a3e /net/ntalk | |
parent | c136245e2479b4d3ab99a345cd078324138caf51 (diff) | |
download | freebsd-ports-gnome-85f32a8710e30fe8961a44da49858b34aa262fba.tar.gz freebsd-ports-gnome-85f32a8710e30fe8961a44da49858b34aa262fba.tar.zst freebsd-ports-gnome-85f32a8710e30fe8961a44da49858b34aa262fba.zip |
Deprecate unmaintained ports from net where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'net/ntalk')
-rw-r--r-- | net/ntalk/Makefile | 3 |
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} |