b4fd0b8e38
been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
25 lines
520 B
Makefile
25 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= ports@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>
|