aboutsummaryrefslogtreecommitdiffstats
path: root/games/kbilliards/Makefile
blob: 1841afbb4691162d64e7c9c7d2748dd12fffcc98 (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
24
# New ports collection makefile for:    kbilliards
# Date created:             15 May 2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$

PORTNAME=   kbilliards
PORTVERSION=    0.4.b
PORTREVISION=   1
CATEGORIES= games kde
MASTER_SITES=   http://members.xoom.virgilio.it/samuele_c/kbilliards/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.b/b/}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Funny billiards simulator game for KDE

USE_KDELIBS_VER=    3
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

.include <bsd.port.mk>