aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzfse
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-10 13:17:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-10 13:17:47 +0000
commitfb3d8a97b245d771983a34aee0b12c750a83fc76 (patch)
treec6a3e9a34dbf8c804a73399c74419eccb868bd95 /archivers/lzfse
parentad7221c3836fada19462ec970b1ff494c805edd7 (diff)
downloadports-fb3d8a97b245d771983a34aee0b12c750a83fc76.tar.gz
ports-fb3d8a97b245d771983a34aee0b12c750a83fc76.zip
Fix plenty of check-sanity warnings:
Add licenses Modernize using USES=gnome and USES=xorg
Notes
Notes: svn path=/head/; revision=514226
Diffstat (limited to 'archivers/lzfse')
-rw-r--r--archivers/lzfse/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/lzfse/Makefile b/archivers/lzfse/Makefile
index 85bf61caa54b..307cc3573f6a 100644
--- a/archivers/lzfse/Makefile
+++ b/archivers/lzfse/Makefile
@@ -8,6 +8,9 @@ CATEGORIES= archivers
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Lempel-Ziv style data compression algorithm
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USE_GITHUB= yes
GH_ACCOUNT= lzfse
GH_TAGNAME= 4591228