summaryrefslogtreecommitdiff
path: root/devel/kxl/Makefile
blob: 97a00e1d67d499735bbbe12158c73b213eeb7fc7 (plain)
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
# New ports collection makefile for:   kxl
# Date created:        16 June 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	kxl
PORTVERSION=	1.1.7
PORTREVISION=	2
CATEGORIES=	devel games
MASTER_SITES=	http://kxl.orz.hm/download/
DISTNAME=	KXL-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A visual, sound library for games

USE_AUTOTOOLS=	libtool:15
USE_X_PREFIX=	yes
USE_XPM=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
		LIBS="-L${X11BASE}/lib"

.include <bsd.port.mk>