mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ed83b93073
A puzzle solver
25 lines
448 B
Makefile
25 lines
448 B
Makefile
# 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>
|