2005-02-05 21:47:23 +00:00
|
|
|
# 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
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2005-02-05 21:47:23 +00:00
|
|
|
CATEGORIES= graphics devel
|
2005-10-18 21:58:16 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2005-02-05 21:47:23 +00:00
|
|
|
MASTER_SITE_SUBDIR= worldforge
|
|
|
|
|
2005-09-30 13:07:16 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2005-02-05 21:47:23 +00:00
|
|
|
COMMENT= OpenGL extension library
|
|
|
|
|
2006-12-18 13:02:58 +00:00
|
|
|
CONFIGURE_ARGS= --program-transform-name=
|
2006-02-23 10:40:44 +00:00
|
|
|
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
|
2005-02-05 21:47:23 +00:00
|
|
|
|
2006-12-18 13:02:58 +00:00
|
|
|
CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${X11BASE}/include"
|
2005-02-05 21:47:23 +00:00
|
|
|
|
|
|
|
post-patch:
|
2006-12-18 13:02:58 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
|
2005-02-05 21:47:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|