diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-03-12 16:17:51 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-03-12 16:17:51 +0000 |
commit | a0096a2a9c943986822449160842532c74ce7656 (patch) | |
tree | 2fb143d656fe99df1de0868af74f9f0b17edfab3 | |
parent | 88535ac7c1c5c76a331c7b7bf5659a25b7fc0def (diff) | |
download | ports-a0096a2a9c943986822449160842532c74ce7656.tar.gz ports-a0096a2a9c943986822449160842532c74ce7656.zip |
Notes
-rw-r--r-- | games/antrix/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/antrix/Makefile b/games/antrix/Makefile index 9f3bb563a205..4bf6eda5c261 100644 --- a/games/antrix/Makefile +++ b/games/antrix/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= http://skillcoder.narod.ru/wow/antrix/ \ http://wtq.ru/wow/antrix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= skillcoder@mail.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Free stable dedicated-server for World of Warcraft +DEPRECATED= no more public distfiles, abandoned upstream +EXPIRATION_DATE= 2012-06-01 + BUILD_DEPENDS= svn:${PORTSDIR}/devel/subversion USE_AUTOTOOLS= aclocal libtoolize autoconf autoheader automake libtool |