2001-06-16 10:33:59 +00:00
|
|
|
# New ports collection makefile for: kxl
|
|
|
|
# Date created: 16 June 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kxl
|
2002-02-20 13:14:57 +00:00
|
|
|
PORTVERSION= 1.1.5
|
2001-06-16 10:33:59 +00:00
|
|
|
CATEGORIES= games
|
2003-03-05 16:30:44 +00:00
|
|
|
MASTER_SITES= http://kxl.hn.org/download/
|
2001-06-16 10:33:59 +00:00
|
|
|
DISTNAME= KXL-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
2003-03-05 16:30:44 +00:00
|
|
|
COMMENT= A visual, sound library for games
|
2001-06-16 10:33:59 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2001-07-25 17:55:26 +00:00
|
|
|
USE_XPM= yes
|
2001-06-16 10:33:59 +00:00
|
|
|
INSTALL_SHLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LIBS=="-L${X11BASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|