1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/yamsweeper/Makefile
Satoshi Taoka f7cfc373b3 Fix MASTER_SITES
Remove unnecessary post-install target

PR: 16870
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
2000-02-21 16:24:09 +00:00

24 lines
509 B
Makefile

# 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>