diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-28 03:30:19 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-28 03:30:19 +0000 |
commit | 9be5b6d88a5c444850d0a9c99cfe7e420ca6665b (patch) | |
tree | afe7ae6a0f044bf74c98cec099a0c36497ee7701 /games/xcogitate | |
parent | 3ca48529a930c3b3fc4038554992d8c723c8abb2 (diff) | |
download | ports-9be5b6d88a5c444850d0a9c99cfe7e420ca6665b.tar.gz ports-9be5b6d88a5c444850d0a9c99cfe7e420ca6665b.zip |
Notes
Diffstat (limited to 'games/xcogitate')
-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 |