diff options
Diffstat (limited to 'editors/edith/Makefile')
-rw-r--r-- | editors/edith/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 0109c81f4974..2e1eb71d1e79 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -11,11 +11,16 @@ DISTFILES= edith1.55.common.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= X11 GUI editor for binary and plain text files +# Converted from RESTRICTED +LICENSE= edith +LICENSE_NAME= edith +LICENSE_TEXT= Redistribution not allowed +LICENSE_PERMS= auto-accept + ONLY_FOR_ARCHS= i386 amd64 USES= linux USE_LINUX= xorglibs -RESTRICTED= Redistribution not allowed NO_BUILD= yes WRKSRC= ${WRKDIR}/edith |