diff options
Diffstat (limited to 'games/xrobots/Makefile')
-rw-r--r-- | games/xrobots/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index e589410..409b10c 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -1,13 +1,15 @@ # New ports collection makefile for: xrobots +# Version required: ? # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/02/11 13:49:25 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:45:37 jkh Exp $ # DISTNAME= xrobots -MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ + USE_IMAKE= yes .include <bsd.port.mk> |