2008-04-29 22:13:31 +00:00
|
|
|
# New ports collection makefile for: blobby
|
|
|
|
# Date created: 01 Apr 2008
|
|
|
|
# Whom: Ganael Laplanche <ganael.laplanche@martymac.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= blobby
|
|
|
|
PORTVERSION= 0.6a
|
2009-04-04 12:05:22 +00:00
|
|
|
PORTREVISION= 1
|
2008-04-29 22:13:31 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= blobby2-linux-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ganael.laplanche@martymac.com
|
|
|
|
COMMENT= Official continuation of the famous Blobby Volley 1.x game
|
|
|
|
|
2009-04-04 12:05:22 +00:00
|
|
|
LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
|
2008-04-29 22:13:31 +00:00
|
|
|
drm:${PORTSDIR}/graphics/libdrm
|
|
|
|
|
|
|
|
USE_XORG= x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender
|
|
|
|
USE_SDL= sdl
|
|
|
|
USE_GL= glu
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
WRKSRC= ${WRKDIR}/blobby-alpha-6
|
|
|
|
|
|
|
|
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>
|