1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/games/blobwars/Makefile
Martin Wilke b8135727e5 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-21 23:55:13 +00:00

39 lines
727 B
Makefile

# New ports collection makefile for: blobwars
# Date created: 14 June 2005
# Whom: Loren M. Lang
#
# $FreeBSD$
#
PORTNAME= blobwars
DISTVERSION= 1.04-1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=distfiles
MAINTAINER= lorenl@north-winds.org
COMMENT= You are the fearless Blob agent, Bob
MAKEFILE= makefile
MAKE_ENV= CXX="${CXX}"
USE_SDL= sdl image mixer ttf
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/blobwars-1.04
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
post-patch:
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/makefile
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>