diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 10:34:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 10:34:22 +0000 |
commit | 8d4f865f8cb6c9874b4cf10ebf4dee344d578bc3 (patch) | |
tree | f7ab5deb906b8cb6d55bca0eecf6d6caacac5a33 /games/hllib | |
parent | 68690716b25f118593e698ce7c73eb02e05e7bcd (diff) | |
download | ports-8d4f865f8cb6c9874b4cf10ebf4dee344d578bc3.tar.gz ports-8d4f865f8cb6c9874b4cf10ebf4dee344d578bc3.zip |
Notes
Diffstat (limited to 'games/hllib')
-rw-r--r-- | games/hllib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hllib/Makefile b/games/hllib/Makefile index 63267d1b0da4..f25ef84ba4ce 100644 --- a/games/hllib/Makefile +++ b/games/hllib/Makefile @@ -6,14 +6,14 @@ PORTVERSION= 2.4.4 CATEGORIES= games devel MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} +EXTRACT_SUFX= .zip MAINTAINER= danilo@FreeBSD.org COMMENT= Library to work with various Half-Life file formats LICENSE= LGPL21 -USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/HLLib CFLAGS+= -fpic -DUSE_ZLIB |