b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
23 lines
440 B
Makefile
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>
|