2001-06-16 12:33:59 +02:00
|
|
|
# New ports collection makefile for: kxl
|
|
|
|
# Date created: 16 June 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kxl
|
2005-10-05 04:19:42 +02:00
|
|
|
PORTVERSION= 1.1.7
|
2005-10-09 00:42:23 +02:00
|
|
|
PORTREVISION= 1
|
2005-10-12 07:54:15 +02:00
|
|
|
CATEGORIES= devel games
|
2006-05-07 14:38:52 +02:00
|
|
|
MASTER_SITES= http://kxl.orz.hm/download/
|
2001-06-16 12:33:59 +02:00
|
|
|
DISTNAME= KXL-${PORTVERSION}
|
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-05 17:30:44 +01:00
|
|
|
COMMENT= A visual, sound library for games
|
2001-06-16 12:33:59 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2001-07-25 19:55:26 +02:00
|
|
|
USE_XPM= yes
|
2005-10-09 00:42:23 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-06-16 12:33:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LIBS=="-L${X11BASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|