1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/graphics/sage/Makefile

34 lines
709 B
Makefile
Raw Normal View History

# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
2005-10-18 21:58:16 +00:00
PORTVERSION= 0.1.2
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
USE_SDL= sdl
USE_GL= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
2005-10-18 21:58:16 +00:00
USE_GNOME= gnomehack
CONFIGURE_ARGS= --program-transform-name=
MAN3= sage.3 sage_init.3
CFLAGS= -I${X11BASE}/include
CONFIGURE_ENV= "CFLAGS=${CFLAGS}"
post-patch:
2005-10-18 21:58:16 +00:00
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g; \
s|-DSAGE_COMPILE||g' ${WRKSRC}/configure
.include <bsd.port.mk>