diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 18:50:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 18:50:30 +0000 |
commit | 155aa7f937dacb7b05812fa61f8a45636cfc9eab (patch) | |
tree | de47e4f78f73207a09d6d63c1243fa414971597d /chinese | |
parent | 6f19552d7510961bb33108939cd51c0c9c3244a6 (diff) |
Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by: distilator
Notes
Notes:
svn path=/head/; revision=343287
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/srecite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/srecite/Makefile b/chinese/srecite/Makefile index 395ccaed65af..296408d2f9ff 100644 --- a/chinese/srecite/Makefile +++ b/chinese/srecite/Makefile @@ -14,6 +14,9 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for the Chinese people to study foreign language +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |