2001-03-12 07:10:25 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: gnuboy
|
|
|
|
# Date created: Mar 11, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnuboy
|
2001-12-09 17:41:39 +01:00
|
|
|
PORTVERSION= 1.0.3
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 9
|
2001-03-12 07:10:25 +01:00
|
|
|
CATEGORIES= emulators games
|
2011-08-26 05:46:11 +02:00
|
|
|
MASTER_SITES= http://www.sourcefiles.org/Emulators/Videogames/
|
2001-03-12 07:10:25 +01:00
|
|
|
|
2010-12-28 07:31:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Nintendo GameBoy emulator
|
2001-03-12 07:10:25 +01:00
|
|
|
|
2011-08-26 05:46:11 +02:00
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-08-02 13:31:36 +02:00
|
|
|
|
2004-01-23 23:24:30 +01:00
|
|
|
LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib
|
2001-03-12 07:10:25 +01:00
|
|
|
|
2004-01-23 23:24:30 +01:00
|
|
|
USE_SDL= sdl
|
2008-03-24 00:03:18 +01:00
|
|
|
USE_XORG= x11
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= autoconf
|
2001-03-12 07:10:25 +01:00
|
|
|
CONFIGURE_ARGS= --with-sdl
|
2011-08-26 05:46:11 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2001-03-12 07:10:25 +01:00
|
|
|
|
2005-10-27 05:18:07 +02:00
|
|
|
PORTDOCS= *
|
|
|
|
PLIST_FILES= bin/sdlgnuboy bin/sgnuboy bin/xgnuboy
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-03-12 07:10:25 +01:00
|
|
|
|
2005-10-27 05:18:07 +02:00
|
|
|
do-install:
|
|
|
|
.for file in sdlgnuboy sgnuboy xgnuboy
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
|
|
|
.endfor
|
2001-07-10 09:31:58 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2011-08-26 05:46:11 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
2001-07-10 09:31:58 +02:00
|
|
|
.endif
|
|
|
|
|
2001-03-12 07:10:25 +01:00
|
|
|
.include <bsd.port.mk>
|