mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
30 lines
515 B
Makefile
30 lines
515 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: burrtools
|
|
# Date created: Mar 23, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= burrtools
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 0
|
|
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
|
|
|
|
PLIST_FILES= bin/burrGui bin/burrTxt
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|