diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-12-16 09:26:23 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-12-16 09:26:23 +0000 |
commit | 20499cd055cc9a78c7c96b9d401b4e107a82dd8d (patch) | |
tree | e7cd9e6faefbd8ae10e6f9f7ed1c2e92dfb1af7d /games | |
parent | 13dc720f4987fb2b4bd733e9f426a3990835ed15 (diff) | |
download | ports-20499cd055cc9a78c7c96b9d401b4e107a82dd8d.tar.gz ports-20499cd055cc9a78c7c96b9d401b4e107a82dd8d.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index ac2a11c941f8..b00d45eb71ac 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -9,14 +9,14 @@ PORTNAME= xgalaga PORTVERSION= 2.0.34 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.cit.uws.edu.au/pub/unix/games/ \ - http://ftp.yars.free.net/pub/software/unix/games/arcade/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Galaga resurrected on X +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE=2006-02-15 + USE_X_PREFIX= yes USE_XPM= yes HAS_CONFIGURE= yes |