diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-11 00:32:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-11 00:32:26 +0800 |
commit | e75b62d1dd6bab984eedd4623043f37871e33f3e (patch) | |
tree | 7a52f04de4f3090ab55c2f52e8f87b0c9fa7b86a /editors | |
parent | 762d64d0f618ab603652f29ef467e371dbbf001b (diff) | |
download | freebsd-ports-graphics-e75b62d1dd6bab984eedd4623043f37871e33f3e.tar.gz freebsd-ports-graphics-e75b62d1dd6bab984eedd4623043f37871e33f3e.tar.zst freebsd-ports-graphics-e75b62d1dd6bab984eedd4623043f37871e33f3e.zip |
- mark DEPRECATED
- reset MAINTAINER
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs.app/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/emacs.app/Makefile b/editors/emacs.app/Makefile index f202237489d..9ad9d6ab2e3 100644 --- a/editors/emacs.app/Makefile +++ b/editors/emacs.app/Makefile @@ -12,11 +12,14 @@ CATEGORIES= editors gnustep MASTER_SITES= SF/emacs-app/emacs-app/${PORTVERSION}-pre3 DISTNAME= emacs-23.0.0_NS-${PORTVERSION}pre3b -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Emacs editor on GNUstep LICENSE= GPLv2 +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes |