From 813c9878667702a2c7eb5d528df721febc4093e6 Mon Sep 17 00:00:00 2001 From: danilo Date: Wed, 25 Sep 2013 20:16:30 +0000 Subject: - Change maintainer email to @FreeBSD.org - Use new LIB_DEPENDS syntax - Add staging support Approved by: wg (mentor) --- archivers/hlextract/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 864244ef551..5a17490efa4 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -7,14 +7,13 @@ CATEGORIES= archivers games MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= hllib${PORTVERSION:S/.//g} -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Utility to extract data from various Half-Life file formats LICENSE= GPLv2 -LIB_DEPENDS= hl:${PORTSDIR}/games/hllib +LIB_DEPENDS= libhl.so:${PORTSDIR}/games/hllib -NO_STAGE= yes USE_DOS2UNIX= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/HLExtract @@ -28,6 +27,6 @@ do-build: ${WRKSRC}/Main.c -o ${WRKSRC}/${PORTNAME} -lhl do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin .include -- cgit