1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/HeroesOfMightAndMagic/Makefile
Emanuel Haupt d7585ae546 Adding amd64 to ONLY_FOR_ARCHS. Submitter [1] reportet that the port
builds on amd64.

PR:		87530
Reportet by:	Simun Mikecin <numisemis@yahoo.com> [1]
Approved by:	Holger Lamm <holger@e-gitt.net> (maintainer)
2005-10-22 22:51:14 +00:00

37 lines
910 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= holger@e-gitt.net
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>