3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
666 B
Makefile
32 lines
666 B
Makefile
# New ports collection makefile for: sage
|
|
# Date created: 4 February 2005
|
|
# Whom: Janni
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sage
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 2
|
|
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${LOCALBASE}/include"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|