freebsd-ports/games/el/Makefile
Martin Wilke 2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00

66 lines
1.5 KiB
Makefile

# New ports collection makefile for: el
# Date created: 25 January 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= el
PORTVERSION= 140
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
COMMENT= Eternal Lands is a free 3D MMORPG
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
openal.0:${PORTSDIR}/audio/openal \
vorbis.4:${PORTSDIR}/audio/libvorbis \
cal3d.12:${PORTSDIR}/graphics/cal3d \
alut.1:${PORTSDIR}/audio/freealut
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data
PROJECTHOST= bsdistfiles
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= libxml2
USE_SDL= sdl net image
USE_GL= yes
ALL_TARGET= el.x86
MAKEFILE= Makefile.bsdg
PLIST= ${WRKDIR}/pkg-plist
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
CFLAGS+= -DX86_64
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
post-extract:
@cd ${WRKSRC} && \
${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e 's|malloc.h|stdlib.h|g' "{}" \;
pre-install:
@${ECHO} "#!/bin/sh" > ${WRKDIR}/el
@${ECHO} "cd ${DATADIR} || exit 1 " >> ${WRKDIR}/el
@${ECHO} "exec ${DATADIR}/el.x86" >> ${WRKDIR}/el
@${ECHO} "bin/el" > ${PLIST}
@${ECHO} "%%DATADIR%%/el.x86" >> ${PLIST}
@${ECHO} "@dirrmtry %%DATADIR%%" >> ${PLIST}
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/el ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/el.x86 ${DATADIR}
.include <bsd.port.post.mk>