diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch) | |
tree | 135c85eebdc631af1639facfb134770aee87e354 /games/xminesweep | |
parent | 5d8032032653175f96f8d894681cc77f569f55ee (diff) | |
download | ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.tar.gz ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.zip |
Notes
Diffstat (limited to 'games/xminesweep')
-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> |