freebsd-ports/games/yamsweeper/Makefile
David E. O'Brien 20b9bbed0a Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} and
MASTER_SITE_SUBDIR=games
swallace wasn't listed as MAINTAINER of any of his ports
janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports
bin.bin --> ${BINOWN}.${BINGRP}
chown --> /usr/sbin/chown
	(not everyone has /usr/sbin in their path, esp. if you sudo'ed to root)
mkdir -p --> ${MKDIR}
1997-01-03 09:38:01 +00:00

26 lines
663 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>
#
# $Id: Makefile,v 1.3 1996/11/18 11:27:31 asami Exp $
#
DISTNAME= yamsweeper-1.9
CATEGORIES= games
MASTER_SITES= ftp://ftp.tut.ac.jp/X11/Contrib/Games/
MAINTAINER= hidekazu@cs.titech.ac.jp
USE_IMAKE= yes
pre-configure:
@mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.old
@cp ${FILESDIR}/Imakefile ${WRKSRC}
post-install:
@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/man/man1/yamsweeper.1.gz
@/usr/sbin/chown games.${BINGRP} ${X11BASE}/lib/X11/app-defaults/Yamsweeper
.include <bsd.port.mk>