diff options
Diffstat (limited to 'editors/madedit')
-rw-r--r-- | editors/madedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index e1619645132c..e9ce52e8a524 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -7,9 +7,11 @@ PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An open-source and cross-platform text/hex editor +LICENSE= GPLv2 + USES= gettext pkgconfig USE_WX= 2.6+ WANT_UNICODE= yes |