Update games/xonotic to version 0.8.2_1
[dports.git] / games / monster-masher / Makefile
1 # Created by: Koop Mast <einekoai@chello.nl>
2 # $FreeBSD$
3
4 PORTNAME=       monster
5 PORTVERSION=    1.8.1
6 PORTREVISION=   4
7 CATEGORIES=     games gnome
8 MASTER_SITES=   http://people.iola.dk/olau/monster-masher/source/
9 PKGNAMESUFFIX=  -masher
10 DISTNAME=       ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
11
12 MAINTAINER=     kwm@FreeBSD.org
13 COMMENT=        Gnomemm puzzle game where you have to clean the caves of monsters
14
15 LIB_DEPENDS=    libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \
16                 libgconfmm-2.6.so:devel/gconfmm26 \
17                 libglademm-2.4.so:devel/libglademm24
18
19 USES=           compiler:c++11-lang pathfix gettext gmake pkgconfig tar:bzip2
20 USE_CXXSTD=     c++11
21 USE_GNOME=      gnomeprefix intlhack libgnome esound
22 GNU_CONFIGURE=  yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib -lesd
25
26 GCONF_SCHEMAS=  monster-masher.schemas
27
28 post-patch:
29         @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
30                 ${WRKSRC}/src/pixbuf-drawing.hpp
31
32 .include <bsd.port.mk>