aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2013-09-13 06:45:38 +0800
committernemysis <nemysis@FreeBSD.org>2013-09-13 06:45:38 +0800
commit567d8c8840fb1bd840c985b616096a00ebbca83a (patch)
tree1cb82212a2dae55d4af06515d474be81d22242af /games
parentfbf7ce37b442ce64e8262bb83fce1fea287fab9f (diff)
downloadfreebsd-ports-graphics-567d8c8840fb1bd840c985b616096a00ebbca83a.tar.gz
freebsd-ports-graphics-567d8c8840fb1bd840c985b616096a00ebbca83a.tar.zst
freebsd-ports-graphics-567d8c8840fb1bd840c985b616096a00ebbca83a.zip
- Update to 1.10
- Change maintainer email gmx.ch --> FreeBSD.org - Add DOCS Options - Mute dir install Approved by: wg/pawel (mentors)
Diffstat (limited to 'games')
-rw-r--r--games/empire/Makefile20
-rw-r--r--games/empire/distinfo4
2 files changed, 10 insertions, 14 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile
index bf3eb29b4e4..f42947d02a8 100644
--- a/games/empire/Makefile
+++ b/games/empire/Makefile
@@ -1,23 +1,17 @@
-# New ports collection makefile for: empire
-# Date created: 13 May 1997
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= empire
-PORTVERSION= 1.9
-PORTREVISION= 1
+PORTVERSION= 1.10
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/vms-empire/
DISTNAME= vms-${PORTNAME}-${PORTVERSION}
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= Simulation of a full-scale war between two emperors
LICENSE= GPLv2
-
MAN6= empire.6
PORTDOCS= AUTHORS BUGS NEWS README
@@ -25,6 +19,8 @@ PORTDOCS= AUTHORS BUGS NEWS README
PLIST_FILES= bin/empire \
share/pixmaps/empire.png
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
@@ -33,12 +29,12 @@ post-patch:
@${REINPLACE_CMD} -e 's/static void/void/g' ${WRKSRC}/game.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire
+ ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6
- ${INSTALL_DATA} ${WRKSRC}/empire-logo.png ${PREFIX}/share/pixmaps/empire.png
+ ${INSTALL_DATA} ${WRKSRC}/empire-logo.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
diff --git a/games/empire/distinfo b/games/empire/distinfo
index f6bdac6c181..51b26a01a8e 100644
--- a/games/empire/distinfo
+++ b/games/empire/distinfo
@@ -1,2 +1,2 @@
-SHA256 (vms-empire-1.9.tar.gz) = 9fc3f2cd03fd02b3a7cb5de0598fa981f7462bb4f9e819c63a02eca6ad76dff2
-SIZE (vms-empire-1.9.tar.gz) = 97370
+SHA256 (vms-empire-1.10.tar.gz) = a5707ffae86c88a54d13566c1134a946501757581b605fb6b24e407e5004bce4
+SIZE (vms-empire-1.10.tar.gz) = 97433