freebsd-ports/games/yamsweeper/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

23 lines
498 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
CATEGORIES= games
MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/os/linux/JG/JG-0.9.1/sources/
EXTRACT_SUFX= .taz
MAINTAINER= hidekazu@cs.titech.ac.jp
USE_IMAKE= yes
MAN1= yamsweeper.1
pre-configure:
@${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.old
@${CP} ${FILESDIR}/Imakefile ${WRKSRC}
.include <bsd.port.mk>