freebsd-ports/games/tome/Makefile
Pav Lucistnik 99067ce12e - Update to 2.3.1
PR:		ports/76482
Submitted by:	Peter Thoenen <eol1@yahoo.com> (maintainer)
2005-01-19 23:31:33 +00:00

36 lines
866 B
Makefile

# New ports collection makefile for: tome
# Date created: 04 Nov 2002
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= tome
PORTVERSION= 2.3.1
CATEGORIES= games
MASTER_SITES= http://t-o-m-e.net/dl/src/
DISTNAME= tome-231-src
MAINTAINER= eol1@yahoo.com
COMMENT= Roguelike dungeon exploration game based on JRR Tolkien's works
ALL_TARGET= # empty
MAKEFILE= makefile.bsd
USE_GMAKE= yes
USE_REINPLACE= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11)
USE_XLIB= yes
.endif
post-patch:
.if !defined(USE_XLIB)
${REINPLACE_CMD} -e 's/-DUSE_X11//g' ${WRKSRC}/${MAKEFILE}
${REINPLACE_CMD} -e 's/-lX11//g' ${WRKSRC}/${MAKEFILE}
${REINPLACE_CMD} -e 's@-L$$(X11BASE)/lib@@g' ${WRKSRC}/${MAKEFILE}
${REINPLACE_CMD} -e 's@-I$$(X11BASE)/include@@g' ${WRKSRC}/${MAKEFILE}
.endif
.include <bsd.port.mk>