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
|
2003-10-11 14:44:21 +00:00
|
|
|
PORTREVISION= 1
|
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
|
2003-05-12 16:18:35 +00:00
|
|
|
COMMENT= Kyra is a simple Sprite engine written in C++
|
|
|
|
|
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-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER= 13
|
2004-01-20 21:44:21 +00:00
|
|
|
USE_SDL= image sdl
|
2003-05-12 16:18:35 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-08-06 20:48:17 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
|
2003-05-12 16:18:35 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|