diff options
author | danfe <danfe@FreeBSD.org> | 2010-09-09 21:25:31 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-09-09 21:25:31 +0800 |
commit | adc3eecf0f9f5dc2d34ea952670077f492f5fe51 (patch) | |
tree | 736b3f582daf110961f02824c5bb38d477045800 /games/hllib/Makefile | |
parent | 9761586ebc15d20f22cd3d7762936921eddcc84c (diff) | |
download | freebsd-ports-gnome-adc3eecf0f9f5dc2d34ea952670077f492f5fe51.tar.gz freebsd-ports-gnome-adc3eecf0f9f5dc2d34ea952670077f492f5fe51.tar.zst freebsd-ports-gnome-adc3eecf0f9f5dc2d34ea952670077f492f5fe51.zip |
- Update to version 2.3.0
- Add LICENSE
Diffstat (limited to 'games/hllib/Makefile')
-rw-r--r-- | games/hllib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/hllib/Makefile b/games/hllib/Makefile index a15f32075254..d9790d372140 100644 --- a/games/hllib/Makefile +++ b/games/hllib/Makefile @@ -6,15 +6,16 @@ # PORTNAME= hllib -PORTVERSION= 2.0.6 +PORTVERSION= 2.3.0 CATEGORIES= games devel -MASTER_SITES= http://nemesis.thewavelength.net/files/files/ \ - http://freebsd.nsu.ru/distfiles/ -DISTNAME= ${PORTNAME}208 +MASTER_SITES= http://nemesis.thewavelength.net/files/files/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= danfe@FreeBSD.org COMMENT= Library to work with various Half-Life file formats +LICENSE= LGPL21 + USE_ZIP= yes USE_DOS2UNIX= Makefile USE_LDCONFIG= yes |