aboutsummaryrefslogtreecommitdiff
path: root/emulators/cygne-sdl/Makefile
blob: 73b77210d4c42d9490f8ae66a3dc183cf16268e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	Cygne/SDL
# Date created:				4 May 2006
# Whom:					Li-Lun Wang <llwang@infor.org>
#
# $FreeBSD$
#

PORTNAME=	cygne-sdl
PORTVERSION=	0.1
PORTREVISION=	4
CATEGORIES=	emulators
MASTER_SITES=	http://sdlemu.ngemu.com/OpenProjects/
DISTNAME=	Cygne-SDL-${PORTVERSION}-src

MAINTAINER=	llwang@infor.org
COMMENT=	The SDL port of Cygne, a free Bandai Wonderswan emulator

USE_SDL=	sdl
USE_GMAKE=	yes
ONLY_FOR_ARCHS=	i386
WRKSRC=	${WRKDIR}/Cygne-SDL-${PORTVERSION}/src

post-patch:
	${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cygne ${PREFIX}/bin

.include <bsd.port.mk>