1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/graphics/sage/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

32 lines
647 B
Makefile

# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
PORTVERSION= 0.2.0
PORTREVISION= 3
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
USES= pathfix
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>