mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
30 lines
647 B
Makefile
30 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= 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>
|