1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/kyra/Makefile
Kirill Ponomarev d9345140d3 - Fix COMMENT format
- Reaarange USE_GNONE

PR:		ports/64855
Submitted by:	Ports Fury
2004-03-28 16:33:38 +00:00

33 lines
754 B
Makefile

# 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= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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.9:${PORTSDIR}/graphics/jpeg
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_SDL= image sdl
USE_GNOME= gnometarget lthack
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>