diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 08:20:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 08:20:58 +0800 |
commit | 42f37c3e86245df81e511902ece1702f86d77ab8 (patch) | |
tree | 33feb0dfc80570e22f49edd0056761e03ba42b4f /games/xminesweep/Makefile | |
parent | 4b0aee24a53f7f5db3d4442235ac99977ada318a (diff) | |
download | freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.tar.zst freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.zip |
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/xminesweep/Makefile')
-rw-r--r-- | games/xminesweep/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index a1aad731f7f0..302be4ccb5c0 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -3,11 +3,15 @@ # Date created: 31 Januar 1995 # Whom: janek # +# $Id$ +# DISTNAME= xminesweep3.0 +PKGNAME= xminesweep-3.0 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ EXTRACT_SUFX= .tar.Z + USE_IMAKE= yes -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ -CATEGORIES+= games .include <bsd.port.mk> |