freebsd-ports/emulators/gnuboy/Makefile

45 lines
931 B
Makefile
Raw Normal View History

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
PORTREVISION= 9
2001-03-12 07:10:25 +01:00
CATEGORIES= emulators games
MASTER_SITES= http://www.sourcefiles.org/Emulators/Videogames/
2001-03-12 07:10:25 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Nintendo GameBoy emulator
2001-03-12 07:10:25 +01: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
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
MAKE_JOBS_SAFE= yes
2001-03-12 07:10:25 +01:00
PORTDOCS= *
PLIST_FILES= bin/sdlgnuboy bin/sgnuboy bin/xgnuboy
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2001-03-12 07:10:25 +01:00
do-install:
.for file in sdlgnuboy sgnuboy xgnuboy
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
2001-03-12 07:10:25 +01:00
.include <bsd.port.mk>