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
|
2008-04-04 15:27:38 +00:00
|
|
|
PORTVERSION= 0.5.7
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 8
|
2003-10-19 17:56:28 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://briquolo.free.fr/download/
|
|
|
|
|
2010-09-27 12:08:23 +00:00
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
2003-10-19 17:56:28 +00:00
|
|
|
COMMENT= Breakout clone with an OpenGL 3D representation
|
|
|
|
|
2012-06-01 05:26:28 +00:00
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
2003-10-19 17:56:28 +00:00
|
|
|
|
2010-11-17 09:38:01 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2003-10-19 17:56:28 +00:00
|
|
|
USE_BZIP2= yes
|
2013-04-27 08:50:46 +00:00
|
|
|
USES= iconv
|
2008-03-26 16:00:27 +00:00
|
|
|
USE_GL= gl
|
2006-01-07 20:37:30 +00:00
|
|
|
USE_SDL= mixer sdl ttf
|
2003-10-19 17:56:28 +00:00
|
|
|
USE_GMAKE= yes
|
2008-04-04 15:27:38 +00:00
|
|
|
USE_GNOME= desktopfileutils
|
2008-03-26 16:00:27 +00:00
|
|
|
USE_XORG= x11
|
2003-10-19 17:56:28 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-12-30 08:45:35 +00:00
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2003-10-19 17:56:28 +00:00
|
|
|
|
2006-06-14 08:58:45 +00:00
|
|
|
#.if defined(WITHOUT_NLS)
|
2012-02-20 13:31:55 +00:00
|
|
|
#BROKEN= Unsupported: wants to link against libintl anyway
|
2006-06-14 08:58:45 +00:00
|
|
|
#CONFIGURE_ARGS+= --disable-nls
|
|
|
|
#PLIST_SUB+= NLS="@comment "
|
|
|
|
#.else
|
2013-04-24 18:10:30 +00:00
|
|
|
USES+= gettext
|
2006-06-14 08:58:45 +00:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
#.endif
|
|
|
|
|
2010-03-30 11:02:24 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|g' \
|
|
|
|
-e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
|
|
|
|
${WRKSRC}/src/MOGL/MOGL_Image.cpp
|
|
|
|
|
2006-01-07 20:37:30 +00:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
|
|
|
2008-04-04 15:27:38 +00:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
2007-04-15 21:06:14 +00:00
|
|
|
.include <bsd.port.mk>
|