freebsd-ports/games/kbilliards/Makefile
Kirill Ponomarev bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00

23 lines
616 B
Makefile

# New ports collection makefile for: kbilliards
# Date created: 15 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= kbilliards
PORTVERSION= 0.4.b
CATEGORIES= games kde
MASTER_SITES= http://members.xoom.virgilio.it/samuele_c/kbilliards/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
MAINTAINER= krion@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>