summaryrefslogtreecommitdiff
path: root/games/krogue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/krogue/Makefile')
-rw-r--r--games/krogue/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/games/krogue/Makefile b/games/krogue/Makefile
deleted file mode 100644
index 58fd7c9fc792..000000000000
--- a/games/krogue/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: krogue
-# Date created: 19 Nov 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= krogue
-PORTVERSION= 0.9.6.1
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= http://ksi.ii.uj.edu.pl/krogue/dl/
-DISTNAME= ${PORTNAME}-0.9.6pl1
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
-
-USE_KDELIBS_VER=1
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
-
-.include <bsd.port.mk>