aboutsummaryrefslogtreecommitdiffstats
path: root/games/yamsweeper/Makefile
blob: 6328e760f0ecded3e73deb059fa4f12a34d1fab3 (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
# New ports collection makefile for:    yamsweeper
# Version required: 1.9
# Date created:     14 Sep 1996
# Whom:         Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
#
# $FreeBSD$
#

DISTNAME=   yamsweeper-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>