aboutsummaryrefslogtreecommitdiffstats
path: root/games/frotz
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-11-29 05:28:02 +0800
committerpawel <pawel@FreeBSD.org>2012-11-29 05:28:02 +0800
commit926dc817fc0776524595d063026a2e55f4143764 (patch)
treed4c5d381752082e567a179c7853733a20a03fb97 /games/frotz
parent7adc64d0c925b903627251af59c96c998309ff06 (diff)
downloadfreebsd-ports-gnome-926dc817fc0776524595d063026a2e55f4143764.tar.gz
freebsd-ports-gnome-926dc817fc0776524595d063026a2e55f4143764.tar.zst
freebsd-ports-gnome-926dc817fc0776524595d063026a2e55f4143764.zip
- Update to 2.43d
- Hand maintainership to submitter PR: ports/173870 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes
Diffstat (limited to 'games/frotz')
-rw-r--r--games/frotz/Makefile35
-rw-r--r--games/frotz/distinfo4
2 files changed, 19 insertions, 20 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index b531ba370712..d2f2a82d9a81 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -1,18 +1,13 @@
-# New ports collection makefile for: frotz
-# Date created: 16 May 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= frotz
-PORTVERSION= 2.43
-PORTREVISION= 1
+PORTVERSION= 2.43d
CATEGORIES= games
-MASTER_SITES= SF \
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.43/ \
http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nemysis@gmx.ch
COMMENT= Infocom games interpreter
LICENSE= GPLv2 # (or later)
@@ -22,21 +17,25 @@ MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
SOUND_DEV="/dev/dsp" INCL="" LIB=""
MAKE_JOBS_SAFE= yes
-MAN6= frotz.6
-PORTDOCS= BUGS HOW_TO_PLAY README
+MAN6= frotz.6 dfrotz.6
+PORTDOCS= AUTHORS BUGS ChangeLog DUMB HOW_TO_PLAY README
PORTEXAMPLES= frotz.conf-big frotz.conf-small
PLIST_FILES= bin/frotz
+.include <bsd.port.options.mk>
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${MANPREFIX}/man/man6
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.for m in ${MAN6}
+ ${INSTALL_MAN} ${WRKSRC}/doc/${m} ${MAN6PREFIX}/man/man6
.endfor
+
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
-.if !defined(NOPORTEXAMPLES)
+
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
.for ex in ${PORTEXAMPLES}
${INSTALL_DATA} ${WRKSRC}/doc/${ex} ${EXAMPLESDIR}
diff --git a/games/frotz/distinfo b/games/frotz/distinfo
index 0f51a056169f..258c59ff9702 100644
--- a/games/frotz/distinfo
+++ b/games/frotz/distinfo
@@ -1,2 +1,2 @@
-SHA256 (frotz-2.43.tar.gz) = f831eae9182e4a1407a34cb1098a4f5ad5ad6c6632e34eed734b9601a06a764b
-SIZE (frotz-2.43.tar.gz) = 160771
+SHA256 (frotz-2.43d.tar.gz) = c56a2f77f630db04ad968fc7c0b2114e3f855fdae8ce226e600f20dcba2c5985
+SIZE (frotz-2.43d.tar.gz) = 203962