2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Janni
|
2005-02-05 22:47:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sage
|
2006-12-18 14:02:58 +01:00
|
|
|
PORTVERSION= 0.2.0
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 6
|
2005-02-05 22:47:23 +01:00
|
|
|
CATEGORIES= graphics devel
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION}
|
2005-02-05 22:47:23 +01:00
|
|
|
|
2005-09-30 15:07:16 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2005-02-05 22:47:23 +01:00
|
|
|
COMMENT= OpenGL extension library
|
|
|
|
|
2006-12-18 14:02:58 +01:00
|
|
|
CONFIGURE_ARGS= --program-transform-name=
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-18 14:02:58 +01:00
|
|
|
USE_GL= yes
|
2014-07-03 19:30:00 +02:00
|
|
|
USES= libtool pathfix
|
2006-12-18 14:02:58 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_SDL= sdl
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2005-02-05 22:47:23 +01:00
|
|
|
|
|
|
|
post-patch:
|
2006-12-18 14:02:58 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
|
2005-02-05 22:47:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|