1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/monster-masher/Makefile
Jeremy Messenger e68c049cb7 Use new GCONF_SCHEMAS.
Approved by:	kwm and marcus
2004-11-24 00:14:56 +00:00

38 lines
916 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.6.1
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= http://www.cs.aau.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= gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack gnometarget intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASA}/lib"
GCONF_SCHEMAS= monster-masher.schemas
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500010
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-vector.hpp
.endif
.include <bsd.port.post.mk>