freebsd-ports/games/HeroesOfMightAndMagic/Makefile
Martin Wilke 9c7e3d8982 - Pass maintainership to submitter
PR:		113429
Submitted by:	Marcus von Appen<mva@sysfault.org>
2007-06-08 16:55:25 +00:00

36 lines
909 B
Makefile

# New ports collection makefile for: HeroesOfMightAndMagic3
# Date created: 24 Feb 2001
# Whom: Holger Lamm <holger@eit.uni-kl.de>
#
# $FreeBSD$
#
PORTNAME= HeroesOfMightAndMagic
PORTVERSION= 3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES=
DISTFILES=
MAINTAINER= mva@sysfault.org
COMMENT= BSD Installation of the Linux game "Heroes of Might and Magic III"
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
PLIST= ${WRKDIR}/PLIST
IS_INTERACTIVE= yes
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_CDROM= Software is commercial
NO_PACKAGE= Software is commercial
GAMESUBDIR= games/Heroes3
GAMEDIR= ${PREFIX}/${GAMESUBDIR}
SCRIPTS_ENV+= INSTALL_DATA="${INSTALL_DATA}" PLIST=${PLIST} PKGDIR=${PKGDIR}
do-install:
@cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/do-install
.include <bsd.port.mk>