diff options
Diffstat (limited to 'games/xmj/Makefile')
-rw-r--r-- | games/xmj/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xmj/Makefile b/games/xmj/Makefile index fc07dd39b9ca..aee9f7d5a606 100644 --- a/games/xmj/Makefile +++ b/games/xmj/Makefile @@ -1,13 +1,15 @@ # New ports collection makefile for: xmj +# Version required: ? # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/01/04 06:29:36 swallace Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:45:29 jkh Exp $ # DISTNAME= xmj -MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/demos/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/demos/ + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |