1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/sage/Makefile

33 lines
664 B
Makefile
Raw Normal View History

# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
2006-12-18 13:02:58 +00:00
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= graphics devel
2005-10-18 21:58:16 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= oliver@FreeBSD.org
COMMENT= OpenGL extension library
2006-12-18 13:02:58 +00:00
CONFIGURE_ARGS= --program-transform-name=
GNU_CONFIGURE= yes
2006-12-18 13:02:58 +00:00
USE_GL= yes
2005-10-18 21:58:16 +00:00
USE_GNOME= gnomehack
2006-12-18 13:02:58 +00:00
USE_LDCONFIG= yes
USE_SDL= sdl
2005-10-18 21:58:16 +00:00
MAN3= sage.3 sage_init.3
2006-12-18 13:02:58 +00:00
CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${X11BASE}/include"
post-patch:
2006-12-18 13:02:58 +00:00
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
.include <bsd.port.mk>