blob: 4754d45cde0affc19425270bd58e500c6d28fd30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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= 1
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>
|