freebsd-ports/games/burrtools/Makefile

28 lines
534 B
Makefile
Raw Normal View History

2007-03-23 15:10:33 +01:00
# ex:ts=8
# Ports collection makefile for: burrtools
# Date created: Mar 23, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= burrtools
PORTVERSION= 0.4.2
2007-03-23 15:10:33 +01:00
CATEGORIES= games
MASTER_SITES= SF
2008-08-29 18:21:16 +02:00
MAINTAINER= ports@FreeBSD.org
2007-03-23 15:10:33 +01:00
COMMENT= A puzzle solver
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
fltk.1:${PORTSDIR}/x11-toolkits/fltk \
xmlwrapp.5:${PORTSDIR}/textproc/xmlwrapp
2008-08-29 18:21:16 +02:00
USE_GL= yes
2007-03-23 15:10:33 +01:00
GNU_CONFIGURE= yes
2008-08-29 18:24:20 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2008-08-29 18:21:16 +02:00
USE_GMAKE= yes
2007-03-23 15:10:33 +01:00
.include <bsd.port.mk>