aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl_console/Makefile
blob: 1bd9ac2210c45df609d8c1aa63fc6e4a3bafbb81 (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
PORTNAME=	sdl_console
DISTVERSION=	2.1
PORTREVISION=	8
CATEGORIES=	devel
MASTER_SITES=	SF/sdlconsole/sdlconsole-source/sdlconsole-${DISTVERSION}
DISTNAME=	sdlconsole-${DISTVERSION}

MAINTAINER=	seafork@disroot.org
COMMENT=	Drop down console that can be easily added to any SDL application
WWW=		https://wacha.ch/wiki/sdlconsole/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		libtool sdl
USE_LDCONFIG=	yes
USE_SDL=	sdl
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=			SDL_IMAGE
OPTIONS_DEFAULT=		SDL_IMAGE
SDL_IMAGE_DESC=			SDL Image support
SDL_IMAGE_USE=			sdl=image
SDL_IMAGE_CONFIGURE_ENABLE=	sdlimage

.include <bsd.port.mk>