diff options
author | MatÃas Pizarro <matias@pizarro.net> | 2021-05-22 19:05:48 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-22 19:05:48 +0000 |
commit | b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945 (patch) | |
tree | 49e49e7b0d2d89dbab4c6d037e1a122dcb48ce6c | |
parent | 394c93688a33dee6e81c081dd4b921c861c7b5cd (diff) | |
download | ports-b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945.tar.gz ports-b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945.zip |
editors/linux-sublime3: Pass maintainership to submitter and add LICENSE
PR: 256090
-rw-r--r-- | editors/linux-sublime3/Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/editors/linux-sublime3/Makefile b/editors/linux-sublime3/Makefile index e3dd21542062..2851333e20ee 100644 --- a/editors/linux-sublime3/Makefile +++ b/editors/linux-sublime3/Makefile @@ -2,23 +2,33 @@ PORTNAME= sublime PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= editors linux MASTER_SITES= http://download.sublimetext.com/ PKGNAMEPREFIX= linux- PKGNAMESUFFIX= 3 -DISTNAME_amd64= sublime_text_3_build_3211_x64 -DISTNAME_i386= sublime_text_3_build_3211_x32 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matias@pizarro.net COMMENT= Sophisticated text editor for code, markup and prose +LICENSE= SUBLIMEHQ +LICENSE_NAME= End User License Agreement +LICENSE_FILE= ${FILESDIR}/LICENSE.txt +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 and i386 + USES= desktop-file-utils gnome linux tar:bzip2 USE_LINUX= gtk3 +DISTNAME_amd64= sublime_text_3_build_3211_x64 +DISTNAME_i386= sublime_text_3_build_3211_x32 + INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/sublime_text_3 -CONFLICTS_INSTALL= linux-sublime-[0-9]* +CONFLICTS_INSTALL= linux-sublime[0-9]* NO_BUILD= yes SUB_FILES= sublime |