aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kyra/Makefile
blob: c39380bcd81fbdbfe0587994cae58d45c4340667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    kyra
# Date created:             10.05.2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   kyra
PORTVERSION=    2.0.7
PORTREVISION=   7
CATEGORIES= devel
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}
DISTNAME=   ${PORTNAME}_src_${PORTVERSION:S/./_/g}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple Sprite engine written in C++

LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff \
        jpeg.10:${PORTSDIR}/graphics/jpeg

WRKSRC=     ${WRKDIR}/${PORTNAME}

USE_AUTOTOOLS=  libtool:22
USE_SDL=    image sdl
USE_GNOME=  gnometarget lthack
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG=   yes

.include <bsd.port.mk>