summaryrefslogtreecommitdiff
path: root/devel/sdl_console/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdl_console/Makefile')
-rw-r--r--devel/sdl_console/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/devel/sdl_console/Makefile b/devel/sdl_console/Makefile
index ad91da6bdcf0..1bd9ac2210c4 100644
--- a/devel/sdl_console/Makefile
+++ b/devel/sdl_console/Makefile
@@ -1,23 +1,27 @@
PORTNAME= sdl_console
-PORTVERSION= 2.1
-PORTREVISION= 7
+DISTVERSION= 2.1
+PORTREVISION= 8
CATEGORIES= devel
-MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION}
-DISTNAME= sdlconsole-${PORTVERSION}
+MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${DISTVERSION}
+DISTNAME= sdlconsole-${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+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
-USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= SDL_IMAGE
-SDL_IMAGE_DESC= SDL Image support
-
-SDL_IMAGE_USE= sdl=image
+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>