diff options
Diffstat (limited to 'games/knights/Makefile')
-rw-r--r-- | games/knights/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/knights/Makefile b/games/knights/Makefile new file mode 100644 index 000000000000..3215ec725ce5 --- /dev/null +++ b/games/knights/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: knight +# Date created: 24 Jun 2002 +# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de> +# +# $FreeBSD$ +# + +PORTNAME= knights +PORTVERSION= 0.5.6 +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= knights + +MAINTAINER= stefan.jahn@nemesis-sektor.de + +RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> |