d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
37 lines
993 B
Makefile
37 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= 3
|
|
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>
|