36 lines
937 B
Makefile
36 lines
937 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
|
|
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}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \
|
|
${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
|
|
|
PLIST= ${WRKDIR}/PLIST
|
|
IS_INTERACTIVE= yes
|
|
ONLY_FOR_ARCHS= i386
|
|
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>
|