2003-10-19 17:56:28 +00:00
|
|
|
# New ports collection makefile for: briquolo
|
|
|
|
# Date created: 18 Nov 2003
|
|
|
|
# Whom: Kirill Ponomarew <krion@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= briquolo
|
2007-04-20 22:26:43 +00:00
|
|
|
PORTVERSION= 0.5.6
|
2008-03-26 16:00:27 +00:00
|
|
|
PORTREVISION= 3
|
2003-10-19 17:56:28 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://briquolo.free.fr/download/
|
|
|
|
|
2004-08-08 08:11:20 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-19 17:56:28 +00:00
|
|
|
COMMENT= Breakout clone with an OpenGL 3D representation
|
|
|
|
|
2004-12-30 08:45:35 +00:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
2003-10-19 17:56:28 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-01-25 22:42:11 +00:00
|
|
|
USE_ICONV= yes
|
2008-03-26 16:00:27 +00:00
|
|
|
USE_GL= gl
|
2006-01-07 20:37:30 +00:00
|
|
|
USE_SDL= mixer sdl ttf
|
2007-05-31 21:55:17 +00:00
|
|
|
USE_GCC= 3.4+
|
2003-10-19 17:56:28 +00:00
|
|
|
USE_GMAKE= yes
|
2008-03-26 16:00:27 +00:00
|
|
|
USE_XORG= x11
|
2003-10-19 17:56:28 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-12-30 08:45:35 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2003-10-19 17:56:28 +00:00
|
|
|
|
2004-12-30 08:45:35 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2004-02-09 02:06:59 +00:00
|
|
|
|
2006-06-14 08:58:45 +00:00
|
|
|
#.if defined(WITHOUT_NLS)
|
|
|
|
#CONFIGURE_ARGS+= --disable-nls
|
|
|
|
#PLIST_SUB+= NLS="@comment "
|
|
|
|
#.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
#.endif
|
|
|
|
|
2003-10-19 17:56:28 +00:00
|
|
|
post-patch:
|
2005-02-06 23:07:01 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/configure
|
2004-12-30 08:45:35 +00:00
|
|
|
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|SDL/SDL|SDL|g'
|
2003-10-19 17:56:28 +00:00
|
|
|
|
2006-01-07 20:37:30 +00:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
|
|
|
2007-04-15 21:06:14 +00:00
|
|
|
.include <bsd.port.mk>
|