freebsd-ports/devel/sdl_console/Makefile
Rodrigo Osorio 9d66bcf099 */*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:13:06 +01:00

23 lines
538 B
Makefile

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>