mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
34 lines
907 B
Makefile
34 lines
907 B
Makefile
# Created by: Koop Mast <einekoai@chello.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= monster
|
|
PORTVERSION= 1.8.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= http://people.iola.dk/olau/monster-masher/source/
|
|
PKGNAMESUFFIX= -masher
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters
|
|
|
|
LIB_DEPENDS= libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \
|
|
libgconfmm-2.6.so:devel/gconfmm26 \
|
|
libglademm-2.4.so:devel/libglademm24
|
|
|
|
USES= compiler:c++11-lang gettext gmake gnome pathfix pkgconfig \
|
|
tar:bzip2
|
|
USE_CXXSTD= c++11
|
|
USE_GNOME= gnomeprefix intlhack libgnome
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= monster-masher.schemas
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
${WRKSRC}/src/pixbuf-drawing.hpp
|
|
|
|
.include <bsd.port.mk>
|