diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
commit | 251f4ca6f14914170f3b0d23731bb82c39775a4a (patch) | |
tree | 1a0c82510e2ad579641a51eadbef715702daac7a /emulators/hugo | |
parent | 2c59cf34e76e83163267dcd971e9939e4bbaab41 (diff) | |
download | ports-251f4ca6f14914170f3b0d23731bb82c39775a4a.tar.gz ports-251f4ca6f14914170f3b0d23731bb82c39775a4a.zip |
Notes
Diffstat (limited to 'emulators/hugo')
-rw-r--r-- | emulators/hugo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 5b82f310b542..79d04a43c231 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hu-Go! -# Date created: 18 May 2006 -# Whom: Li-Lun Wang <llwang@infor.org> -# +# Created by: Li-Lun Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= hugo PORTVERSION= 2.12 @@ -17,7 +13,7 @@ COMMENT= A PC Engine (TurboGrafx 16) emulator BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" |