mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
fca04d614e
PR: 95437 Submitted by: Lars Engels <lars.engels___0x20.net>
27 lines
687 B
Makefile
27 lines
687 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= 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
|
|
MAN1= yamsweeper.1
|
|
|
|
pre-configure:
|
|
@${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.old
|
|
@${CP} ${FILESDIR}/Imakefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|