1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/sage/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
664 B
Makefile

# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
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
CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${X11BASE}/include"
post-patch:
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
.include <bsd.port.mk>