freebsd-ports/games/xlife/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

24 lines
535 B
Makefile

# New ports collection makefile for: xlife
# Version required: 3.0
# Date created: 15 March 1995
# Whom: asami
#
# $Id: Makefile,v 1.5 1996/11/18 11:25:44 asami Exp $
#
DISTNAME= xlife
PKGNAME= xlife-3.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://gatekeeper.dec.com/pub/X11/R5-contrib/
MASTER_SITE_SUBDIR= ../../R5contrib
EXTRACT_SUFX= .tar.Z
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
pre-install:
@(cd ${WRKSRC}; make install.patterns)
.include <bsd.port.mk>