freebsd-ports/games/blobby/Makefile
Martin Wilke 6817b34126 - Update to v0.8a
PR:		144623
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2010-03-10 17:42:09 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: blobby
# Date created: 01 Apr 2008
# Whom: Ganael Laplanche <ganael.laplanche@martymac.com>
#
# $FreeBSD$
#
PORTNAME= blobby
PORTVERSION= 0.8a
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/Alpha%208
DISTNAME= blobby2-linux-${PORTVERSION}
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= Official continuation of the famous Blobby Volley 1.x game
LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
drm:${PORTSDIR}/graphics/libdrm
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
${LOCALBASE}/include/boost/crc.hpp:${PORTSDIR}/devel/boost-libs
USE_XORG= ice x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender
USE_SDL= sdl
USE_GL= glu
USE_CMAKE= yes
CMAKE_ARGS+= -DDATADIR:PATH="${DATADIR}"
WRKSRC= ${WRKDIR}/blobby-alpha-8
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>