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
33 lines
724 B
Makefile
33 lines
724 B
Makefile
# New ports collection makefile for: SDL Console
|
|
# Date created: 2008-04-27
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sdl_console
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION}
|
|
DISTNAME= sdlconsole-${PORTVERSION}
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= A drop down console that can be easily added to any SDL application
|
|
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS= SDL_IMAGE "SDL Image support" Off
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/objformat/s/aout/elf/' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_SDL_IMAGE)
|
|
USE_SDL+= image
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|