freebsd-ports/games/yamsweeper/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

28 lines
744 B
Makefile

# New ports collection makefile for: yamsweeper
# Date created: 14 Sep 1996
# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
#
# $FreeBSD$
#
PORTNAME= yamsweeper
PORTVERSION= 1.9
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
http://ftp.jaist.ac.jp/pub/Linux/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
http://ftp.nara.wide.ad.jp/pub/Linux/Vine/VinePlus/1.1/JG-0.9.1/sources/
EXTRACT_SUFX= .taz
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Mine Sweeper
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt xpm sm ice
MAN1= yamsweeper.1
pre-configure:
@${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.old
@${CP} ${FILESDIR}/Imakefile ${WRKSRC}
.include <bsd.port.mk>