da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# Created by: John Marino <marino@FreeBSD.org>
|
|
|
|
PORTNAME= sdl_gnat
|
|
PORTVERSION= 2013
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ada thin bindings for SDL (GPLv3)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= ada gl sdl 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>
|