1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/games/vultures-eye/Makefile
Alexander Botero-Lowry dad9ff3663 - Update distinfo to use -full tarball. Upstream no longer distributes the
source for Vulture's Eye and Vulture's Claw seperetly, so the combined
  distfile must be used.

PR:		103836
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
Approved by:	novel (mentor, implicit)
2006-10-03 08:14:57 +00:00

38 lines
993 B
Makefile

# New ports collection makefile for: vultures-eye
# Date created: 13 April 2006
# Whom: Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#
PORTNAME= vultures
PORTVERSION= 2.1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/
PKGNAMESUFFIX= -eye
DISTFILES= ${DISTNAME}-full${EXTRACT_SUFX}?format=raw
MAINTAINER= llwang@infor.org
COMMENT= A graphical interface for NetHack 3.4.3 forked from Falcon's Eye
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
USE_GMAKE= yes
USE_SDL= sdl mixer ttf
USE_BZIP2= yes
USE_GCC= 3.2+
WRKSRC= ${WRKDIR}/${DISTNAME}/nethack
HAS_CONFIGURE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/sys/unix
CONFIGURE_SCRIPT= setup.sh
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
MAKE_ENV+= SDL_CONFIG="${SDL_CONFIG}" DATADIR="${DATADIR}" MAKE="${GMAKE}"
pre-configure:
@${CHMOD} 755 ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>