mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
33 lines
601 B
Makefile
33 lines
601 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: burrtools
|
|
# Date created: Mar 23, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= burrtools
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 0
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@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_GL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/burrGui bin/burrTxt
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|