mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
26 lines
521 B
Makefile
26 lines
521 B
Makefile
|
# 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>
|