summaryrefslogtreecommitdiff
path: root/devel/kxl/Makefile
blob: b25578fa1f31f27e80f3547cc5d8d1c5e853335a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   kxl
# Date created:        16 June 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	kxl
PORTVERSION=	0.5.6
CATEGORIES=	games
MASTER_SITES=	http://www2.mwnet.or.jp/~fc3srx7/download/
DISTNAME=	KXL-${PORTVERSION}

MAINTAINER=	nakai@FreeBSD.org

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>