blob: 755d6a4b3386032820934f5debbb64220da3ac60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: burrtools
# Date created: Mar 23, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= burrtools
PORTVERSION= 0.2.1
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A puzzle solver
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
fltk.1:${PORTSDIR}/x11-toolkits/fltk \
xmlwrapp.5:${PORTSDIR}/textproc/xmlwrapp
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|