diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | 42f37c3e86245df81e511902ece1702f86d77ab8 (patch) | |
tree | 33feb0dfc80570e22f49edd0056761e03ba42b4f /games/xmille | |
parent | 4b0aee24a53f7f5db3d4442235ac99977ada318a (diff) | |
download | FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.zip FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz |
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to. Thanks....
Diffstat (limited to 'games/xmille')
-rw-r--r-- | games/xmille/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile index baf3133..07fd452 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,14 +3,16 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/02/11 13:49:12 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:45:23 jkh Exp $ # DISTNAME= xmille -MASTER_SITES= ftp://gatekeeper.dec.com/.b/X11-contrib/ +PKGNAME= 2.0 CATEGORIES+= games -USE_IMAKE= yes +MASTER_SITES= ftp://gatekeeper.dec.com/.b/X11-contrib/ EXTRACT_SUFX= .tar.Z + +USE_IMAKE= yes NO_WRKSUBDIR= yes .include <bsd.port.mk> |