blob: ad91da6bdcf0dce6ffab125ab1917513c5f1c335 (
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
|
PORTNAME= sdl_console
PORTVERSION= 2.1
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION}
DISTNAME= sdlconsole-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Drop down console that can be easily added to any SDL application
WWW= https://wacha.ch/wiki/sdlconsole/
USES= libtool sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= SDL_IMAGE
SDL_IMAGE_DESC= SDL Image support
SDL_IMAGE_USE= sdl=image
.include <bsd.port.mk>
|