diff options
-rw-r--r-- | games/xcogitate/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/xcogitate/Makefile b/games/xcogitate/Makefile index 5a6e77df4a18..6f87906cd99a 100644 --- a/games/xcogitate/Makefile +++ b/games/xcogitate/Makefile @@ -3,22 +3,17 @@ # Date created: 15 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/27 14:34:05 mph Exp $ # -DISTNAME= xcogs -PKGNAME= xcogitate-1.02 +DISTNAME= xcogitate-1.02 CATEGORIES= games x11 -# Fetch truncates the file when retrieved from... -# MASTER_SITES= http://www.pff-software.demon.nl/archive/ -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -BROKEN= Waiting for distfile to be moved to MASTER_SITE_LOCAL - USE_X11= yes WRKSRC= ${WRKDIR}/XCOGITATE_SOURCE |