1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/sage/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

32 lines
654 B
Makefile

# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= graphics devel
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= OpenGL extension library
CONFIGURE_ARGS= --program-transform-name=
GNU_CONFIGURE= yes
USE_GL= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_SDL= sdl
MAN3= sage.3 sage_init.3
CFLAGS+= -I${LOCALBASE}/include
post-patch:
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
.include <bsd.port.mk>