freebsd-ports/graphics/sage/Makefile

26 lines
533 B
Makefile
Raw Normal View History

# Created by: Janni
# $FreeBSD$
PORTNAME= sage
2006-12-18 14:02:58 +01:00
PORTVERSION= 0.2.0
PORTREVISION= 6
CATEGORIES= graphics devel
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= OpenGL extension library
2006-12-18 14:02:58 +01:00
CONFIGURE_ARGS= --program-transform-name=
GNU_CONFIGURE= yes
2006-12-18 14:02:58 +01:00
USE_GL= yes
USES= libtool pathfix
2006-12-18 14:02:58 +01:00
USE_LDCONFIG= yes
USE_SDL= sdl
CFLAGS+= -I${LOCALBASE}/include
post-patch:
2006-12-18 14:02:58 +01:00
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
.include <bsd.port.mk>