1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/games/daimonin/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

41 lines
1.0 KiB
Makefile

# New ports collection makefile for: daimonin-client
# Date created: 15 Feb 2005
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/daimonin
MAINTAINER= pav@FreeBSD.org
COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \
curl.5:${PORTSDIR}/ftp/curl
USE_ZIP= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/share
CONFIGURE_ENV= CFLAGS="-pipe" LDFLAGS="-L${LOCALBASE}/lib"
USE_SDL= mixer image
SUB_FILES= daimonin.sh
SUB_LIST= PORTVERSION=${PORTVERSION}
PLIST_SUB= PORTVERSION=${PORTVERSION}
WRKSRC= ${WRKDIR}/client/make/linux
post-patch:
@${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/make_utils/install-sh
@${CP} ${PORTSDIR}/Templates/config.guess ${PORTSDIR}/Templates/config.sub \
${WRKSRC}/make_utils/
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/daimonin.sh ${PREFIX}/bin/daimonin
${CHMOD} a+x ${PREFIX}/bin/daimonin
.include <bsd.port.mk>