mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
567 B
Makefile
27 lines
567 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.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel games
|
|
MASTER_SITES= http://kxl.orz.hm/download/
|
|
DISTNAME= KXL-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A visual, sound library for games
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LIBS=="-L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|