2003-05-12 16:18:35 +00:00
|
|
|
# New ports collection makefile for: kyra
|
|
|
|
# Date created: 10.05.2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kyra
|
2003-10-04 17:47:54 +00:00
|
|
|
PORTVERSION= 2.0.7
|
2006-09-20 11:21:59 +00:00
|
|
|
PORTREVISION= 4
|
2003-05-12 16:18:35 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-10-11 14:44:21 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g}
|
2003-05-12 16:18:35 +00:00
|
|
|
|
2004-01-07 20:25:50 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-28 16:33:38 +00:00
|
|
|
COMMENT= A simple Sprite engine written in C++
|
2003-05-12 16:18:35 +00:00
|
|
|
|
2004-01-20 21:44:21 +00:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2003-05-12 16:18:35 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2004-01-20 21:44:21 +00:00
|
|
|
USE_SDL= image sdl
|
2004-03-28 16:33:38 +00:00
|
|
|
USE_GNOME= gnometarget lthack
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-28 16:33:38 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib"
|
2006-08-14 22:55:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2003-05-12 16:18:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|