2002-06-27 17:51:38 +02:00
|
|
|
# New ports collection makefile for: exult
|
|
|
|
# Date created: 18 February 2002
|
|
|
|
# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-10-18 20:05:36 +02:00
|
|
|
PORTNAME= exult
|
2004-06-13 01:20:52 +02:00
|
|
|
PORTVERSION= 1.2
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 4
|
2003-10-18 20:05:36 +02:00
|
|
|
CATEGORIES= games
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2002-06-27 17:51:38 +02:00
|
|
|
|
2006-07-22 06:28:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Ultima VII engine
|
2002-06-27 17:51:38 +02:00
|
|
|
|
2004-06-13 01:20:52 +02:00
|
|
|
BUILD_DEPENDS= timidity:${PORTSDIR}/audio/timidity
|
2002-06-27 17:51:38 +02:00
|
|
|
RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity
|
|
|
|
|
2004-03-31 21:40:28 +02:00
|
|
|
USE_SDL= sdl mixer
|
2002-06-27 17:51:38 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2007-06-19 12:23:25 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-06-27 17:51:38 +02:00
|
|
|
|
2004-03-31 21:40:28 +02:00
|
|
|
MAN1= expack.1 ipack.1 shp2pcx.1 splitshp.1 textpack.1
|
|
|
|
MAN6= exult.6
|
2002-06-27 17:51:38 +02:00
|
|
|
|
2007-06-19 12:23:25 +02:00
|
|
|
SUB_FILES= pkg-message
|
2007-05-27 05:03:31 +02:00
|
|
|
|
2003-10-18 20:05:36 +02:00
|
|
|
post-patch:
|
2004-03-31 21:40:28 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|desktop||' ${WRKSRC}/Makefile.in
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure
|
2004-03-31 21:40:28 +02:00
|
|
|
|
|
|
|
post-install:
|
2007-06-19 12:23:25 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-06-27 17:51:38 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-03-31 21:40:28 +02:00
|
|
|
.for i in FAQ NEWS README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
2003-10-18 20:05:36 +02:00
|
|
|
.endfor
|
2002-06-27 17:51:38 +02:00
|
|
|
.endif
|
2007-06-19 12:23:25 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-06-27 17:51:38 +02:00
|
|
|
|
2007-06-19 12:23:25 +02:00
|
|
|
.include <bsd.port.mk>
|