diff options
Diffstat (limited to 'misc/astc-encoder/Makefile')
-rw-r--r-- | misc/astc-encoder/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/astc-encoder/Makefile b/misc/astc-encoder/Makefile index 5dd56d2e376b..1c75e4a74d5c 100644 --- a/misc/astc-encoder/Makefile +++ b/misc/astc-encoder/Makefile @@ -1,13 +1,11 @@ PORTNAME= astc-encoder -DISTVERSION= 4.8.0 +DISTVERSION= 5.1.0 CATEGORIES= misc -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= f1756a58e896bc05caf80d203509bb2aa94aaa25.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= Texture compressor for Adaptive Scalable Texture Compression format -WWW= https://github.com/ARM-software/astc-encoder +WWW= https://github.com/ARM-software/astc-encoder \ + https://developer.arm.com/Gaming%20Graphics%20and%20VR LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt |