diff options
Diffstat (limited to 'games/kbilliards/Makefile')
-rw-r--r-- | games/kbilliards/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile new file mode 100644 index 000000000000..2e3850ddf690 --- /dev/null +++ b/games/kbilliards/Makefile @@ -0,0 +1,23 @@ +# 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= ponomarew@oberon.net +COMMENT= Funny billiards simulator game for KDE + +USE_KDELIBS= 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> |