freebsd-ports/games/kxl/Makefile
Christian Weisgerber 5c213dbfbd Master site and homepage fixes.
PR:		48315
Submitted by:	Dunzi Ma <tadalunch@sources.redhat.com>
Approved by:	maintainer timeout
2003-03-05 16:30:44 +00:00

24 lines
520 B
Makefile

# New ports collection makefile for: kxl
# Date created: 16 June 2001
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kxl
PORTVERSION= 1.1.5
CATEGORIES= games
MASTER_SITES= http://kxl.hn.org/download/
DISTNAME= KXL-${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
COMMENT= A visual, sound library for games
USE_X_PREFIX= yes
USE_XPM= yes
INSTALL_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS=="-L${X11BASE}/lib"
.include <bsd.port.mk>