blob: d417cda4a790a6a4505b8779073719af5ca26fd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
PORTVERSION= 0.1.1
CATEGORIES= graphics devel
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/sage/ \
http://purple.worldforge.org/downloads/libs/sage/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= oliver@FreeBSD.org
COMMENT= OpenGL extension library
USE_SDL= sdl
USE_GL= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CFLAGS= -I${X11BASE}/include
CONFIGURE_ENV= "CFLAGS=${CFLAGS}"
post-patch:
${REINPLACE_CMD} s/sdl-config/sdl11-config/g ${WRKSRC}/configure
.include <bsd.port.mk>
|