freebsd-ports/games/monster-masher/Makefile
Kirill Ponomarev c68e45dbd4 - Update to version 1.5
* Support for fullscreen mode. This means that people
  with 1024x768 screens get to see large tiles, too.
* A few bug fixes

PR:		61496
Submitted by:	maintainer
2004-01-18 09:54:29 +00:00

33 lines
850 B
Makefile

# New ports collection makefile for: Monster-Masher
# Date created: 26 Oct 2003
# Whom: Koop Mast <einekoai@chello.nl>
#
# $FreeBSD$
#
PORTNAME= monster
PORTVERSION= 1.5
CATEGORIES= games gnome
MASTER_SITES= http://www.cs.auc.dk/~olau/monster-masher/source/
PKGNAMESUFFIX= -masher
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= kwm@rainbow-runner.nl
COMMENT= Gnomemm puzzle game where you have to clean the caves of monsters
LIB_DEPENDS= gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnometarget intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASA}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500010
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-vector.hpp
.endif
.include <bsd.port.post.mk>