ports/devel/sdl_gnat/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

23 lines
440 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= sdl_gnat
PORTVERSION= 2013
PORTREVISION= 5
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>