fcaf218716
(MMORPG) under the GPL license. Daimonin was created in the year 2002 by using the Crossfire project source as a base. The original idea was to create a isometric branch of Crossfire but soon Daimonin appeared as its own project. In the years Daimonin has become a very unique game and one of the very few open source MMORPGs which are fully playable and still growing. WWW: http://www.daimonin.org/ Submitted by: J. R. Olroyd <jr@opal.com>
30 lines
593 B
Makefile
30 lines
593 B
Makefile
# New ports collection makefile for: daimonin-music
|
|
# Date created: 2010 Sept 24
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= daimonin-music
|
|
PORTVERSION= 20100827
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/daimonin/Addon%20packs/Music/
|
|
DISTFILES= AllMusic.zip
|
|
DIST_SUBDIR= ${PORTNAME:S/-music//}
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= Music for daimonin client
|
|
|
|
NO_CHECKSUM= true
|
|
NO_BUILD= true
|
|
USE_ZIP= true
|
|
|
|
MYDATADIR= ${DATADIR:S/-music//}
|
|
|
|
EXTRACT_BEFORE_ARGS= -aqo
|
|
|
|
do-install:
|
|
${MKDIR} ${MYDATADIR}/media
|
|
${CP} -p ${WRKDIR}/* ${MYDATADIR}/media/
|
|
|
|
.include <bsd.port.mk>
|