mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
29 lines
663 B
Makefile
29 lines
663 B
Makefile
|
# New ports collection makefile for: koth
|
||
|
# Date created: 15 Oct 2004
|
||
|
# Whom: Travis Poppe <tlp@liquidx.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= koth
|
||
|
PORTVERSION= 0.8.0
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||
|
MASTER_SITE_SUBDIR=games/multiplayer
|
||
|
|
||
|
MAINTAINER= tlp@liquidx.org
|
||
|
COMMENT= Multiplayer tank artillery game similar to Scorched Earth
|
||
|
|
||
|
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
|
||
|
|
||
|
USE_BZIP2= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
PLIST_FILES= bin/kclever-ai bin/kmoron-ai bin/koth bin/koths
|
||
|
MAN6= kclever-ai.6 kmoron-ai.6 koth.6 koths.6
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|