mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
31 lines
645 B
Makefile
31 lines
645 B
Makefile
# New ports collection makefile for: openglad
|
|
# Date created: 13 May 2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openglad
|
|
PORTVERSION= 0.98
|
|
PORTREVISION= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/snowstorm
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SDL port of an old DOS game called Gladiator
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_SDL= sdl mixer
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
PLIST_SUB= DOCDIR=share/doc/${PORTNAME}
|
|
|
|
NOT_FOR_ARCHS= sparc64
|
|
|
|
post-configure:
|
|
${REINPLACE_CMD} -e 's|/path/to/data/dir|${LOCALBASE}/share/openglad|g' \
|
|
${WRKSRC}/openglad.cfg
|
|
|
|
.include <bsd.port.mk>
|