blob: a1aad731f7f07bd713b8b11f419713840de4b271 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: xminesweep
# Version required: 3.0
# Date created: 31 Januar 1995
# Whom: janek
#
DISTNAME= xminesweep3.0
EXTRACT_SUFX= .tar.Z
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/
CATEGORIES+= games
.include <bsd.port.mk>
|