1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/xminesweep/Makefile
Danilo Egea Gondolfo df50aefcf0 - Add stage support
2013-11-14 21:04:37 +00:00

23 lines
560 B
Makefile

# Created by: janek
# $FreeBSD$
PORTNAME= xminesweep
PORTVERSION= 3.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \
ftp://ftp.uni-halle.de/pub/X11/contrib/games/ \
ftp://ftp.warwick.ac.uk/pub/x11/ \
ftp://ftp.eunet.ch/software/X/games/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 minesweeper game
USES= imake
USE_XORG= x11 xext xmu xaw xt xpm sm ice
PLIST_FILES= bin/xminesweep man/man1/xminesweep.1.gz
.include <bsd.port.mk>