1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Change maintainer email to @FreeBSD.org

- Use new LIB_DEPENDS syntax
- Add staging support

Approved by:	wg (mentor)
This commit is contained in:
Danilo Egea Gondolfo 2013-09-25 20:16:30 +00:00
parent 89969bc189
commit 68e3937f8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328312

View File

@ -7,14 +7,13 @@ CATEGORIES= archivers games
MASTER_SITES= http://nemesis.thewavelength.net/files/files/ MASTER_SITES= http://nemesis.thewavelength.net/files/files/
DISTNAME= hllib${PORTVERSION:S/.//g} DISTNAME= hllib${PORTVERSION:S/.//g}
MAINTAINER= danilogondolfo@gmail.com MAINTAINER= danilo@FreeBSD.org
COMMENT= Utility to extract data from various Half-Life file formats COMMENT= Utility to extract data from various Half-Life file formats
LICENSE= GPLv2 LICENSE= GPLv2
LIB_DEPENDS= hl:${PORTSDIR}/games/hllib LIB_DEPENDS= libhl.so:${PORTSDIR}/games/hllib
NO_STAGE= yes
USE_DOS2UNIX= yes USE_DOS2UNIX= yes
USE_ZIP= yes USE_ZIP= yes
WRKSRC= ${WRKDIR}/HLExtract WRKSRC= ${WRKDIR}/HLExtract
@ -28,6 +27,6 @@ do-build:
${WRKSRC}/Main.c -o ${WRKSRC}/${PORTNAME} -lhl ${WRKSRC}/Main.c -o ${WRKSRC}/${PORTNAME} -lhl
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.mk>