1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/dmjava/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
760 B
Makefile

# New ports collection makefile for: dmjava
# Date Created: 1 Sep 2002
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#
PORTNAME= dmjava
PORTVERSION= 1.05
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://chaos.zpc.cz/files/
MASTER_SITE_SUBDIR= oliver
DISTNAME= dmj${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= Dungeon Master Java is a remake of the classic Dungeon Master by FTL
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/${PORTNAME}
@${CP} -r ${WRKSRC}/* ${PREFIX}/${PORTNAME}
@${ECHO_MSG} ""
@${ECHO_MSG} "To start dmjava, type 'cd ${PREFIX}/${PORTNAME} && javavm dmnew'"
@${ECHO_MSG} ""
.include <bsd.port.mk>