0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
29 lines
647 B
Makefile
29 lines
647 B
Makefile
# 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= 1
|
|
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>
|