diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-02-16 07:58:03 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-02-16 07:58:03 +0000 |
commit | 41b9595de989a934fd9b2a40609d0e84ca851946 (patch) | |
tree | 914e6c70aa43b838b781e7d6a18fd51dd508d44b | |
parent | - Deprecate (diff) |
- Deprecate
- Set EXPIRATION_DATE
PR: ports/108932
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=185290
-rw-r--r-- | audio/anthem/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/anthem/Makefile b/audio/anthem/Makefile index 95ab7c373e8b..ee7e204a888e 100644 --- a/audio/anthem/Makefile +++ b/audio/anthem/Makefile @@ -11,9 +11,12 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lofi -MAINTAINER= conrads@cox.net +MAINTAINER= ports@FreeBSD.org COMMENT= A KDE midi sequencer +DEPRECATED= this software is not developed any more +EXPIRATION_DATE= 2007-03-16 + LIB_DEPENDS= tse3:${PORTSDIR}/audio/tse3 USE_AUTOTOOLS= libtool:15 |