aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-08-26 03:50:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-08-26 03:50:47 +0000
commit3d01f212b97d1187fdc562298ebc52296da78c72 (patch)
tree644cd8a726f71c173d53e1169c597f05f0aa66f4 /games
parentcc4d2c7c2fcaf84922825bdbfe09acfa61da4003 (diff)
downloadports-3d01f212b97d1187fdc562298ebc52296da78c72.tar.gz
ports-3d01f212b97d1187fdc562298ebc52296da78c72.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/blockade/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/blockade/Makefile b/games/blockade/Makefile
index 25d840e7e303..16fe8e266615 100644
--- a/games/blockade/Makefile
+++ b/games/blockade/Makefile
@@ -9,22 +9,23 @@ PORTNAME= blockade
PORTVERSION= 1.00
PORTREVISION= 2
CATEGORIES= games
-MASTER_SITES= http://www.geocities.com/TimesSquare/Zone/5267/
-DISTFILES= blockade-1_00-linux.tar.gz
+MASTER_SITES= TUCOWS/x11/entertain \
+ http://www.sourcefiles.org/Games/Arcade/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-linux
MAINTAINER= ports@FreeBSD.org
COMMENT= An X version of the `blockade' Macintosh game
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XORG= x11
+MAKE_JOBS_SAFE= yes
MAN6= blockade.6
PLIST_FILES= bin/blockade
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/blockade.6 ${PREFIX}/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/blockade.6 ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>