2013-03-23 14:11:25 +01:00
|
|
|
# Created by: Koop Mast <einekoai@chello.nl>
|
2003-11-06 02:07:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= monster
|
2010-10-31 16:00:09 +01:00
|
|
|
PORTVERSION= 1.8.1
|
2018-08-31 10:46:10 +02:00
|
|
|
PORTREVISION= 8
|
2003-11-06 02:07:52 +01:00
|
|
|
CATEGORIES= games gnome
|
2010-10-31 16:00:09 +01:00
|
|
|
MASTER_SITES= http://people.iola.dk/olau/monster-masher/source/
|
2003-11-06 02:07:52 +01:00
|
|
|
PKGNAMESUFFIX= -masher
|
|
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
|
2010-10-31 16:00:09 +01:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2003-11-06 02:07:52 +01:00
|
|
|
COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \
|
|
|
|
libgconfmm-2.6.so:devel/gconfmm26 \
|
|
|
|
libglademm-2.4.so:devel/libglademm24
|
2003-11-06 02:07:52 +01:00
|
|
|
|
2017-04-05 13:36:31 +02:00
|
|
|
USES= compiler:c++11-lang pathfix gettext gmake pkgconfig tar:bzip2
|
|
|
|
USE_CXXSTD= c++11
|
2018-08-31 10:46:10 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack libgnome
|
2003-11-06 02:07:52 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2018-08-31 10:46:10 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-11-06 02:07:52 +01:00
|
|
|
|
2004-11-24 01:14:56 +01:00
|
|
|
GCONF_SCHEMAS= monster-masher.schemas
|
|
|
|
|
2013-03-23 14:11:25 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
|
|
${WRKSRC}/src/pixbuf-drawing.hpp
|
|
|
|
|
2009-01-05 21:36:33 +01:00
|
|
|
.include <bsd.port.mk>
|