freebsd-ports/devel/sdl_gnat/Makefile
2017-05-23 05:03:14 +00:00

23 lines
440 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= sdl_gnat
PORTVERSION= 2013
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Ada thin bindings for SDL (GPLv3)
LICENSE= GPLv3
USES= ada tar:bzip2
USE_SDL= sdl ttf
USE_GL= glu gl
post-patch:
@${REINPLACE_CMD} -e 's|@PREFIX@|${LOCALBASE}|' \
${WRKSRC}/gnat_sdl.gpr
.include <bsd.port.mk>