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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2001-06-16 12:33:59 +02:00
|
|
|
USE_X_PREFIX= yes
|
2001-07-25 19:55:26 +02:00
|
|
|
USE_XPM= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-06-16 12:33:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
2007-07-16 14:45:56 +02:00
|
|
|
LIBS="-L${X11BASE}/lib"
|
2001-06-16 12:33:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|