summaryrefslogtreecommitdiff
path: root/games/daimonin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/daimonin/Makefile')
-rw-r--r--games/daimonin/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile
deleted file mode 100644
index 77091a2cbb55..000000000000
--- a/games/daimonin/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: daimonin-client
-# Date created: 15 Feb 2005
-# Whom: Pav Lucistnik <pav@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= daimonin_client
-DISTVERSION= BETA3-0966
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= daimonin
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pav@FreeBSD.org
-COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}/share/${PORTNAME}
-USE_SDL= mixer image
-USE_X_PREFIX= yes
-
-WRKSRC= ${WRKDIR}/daimonin/client/make/linux
-
-post-patch:
- @${CHMOD} a+x ${WRKSRC}/configure
- @${CP} ${PORTSDIR}/Templates/config.guess ${PORTSDIR}/Templates/config.sub \
- ${WRKSRC}/make_utils/
-
-post-install:
- @${ECHO} "cd ${PREFIX}/share/${PORTNAME} && ./daimonin" > ${PREFIX}/bin/daimonin
- @${CHMOD} a+x ${PREFIX}/bin/daimonin
-
-.include <bsd.port.mk>