freebsd-ports/games/xlife/Makefile
Steve Price 1f729c00fa Fix MASTER_SITES and rearrange install target.
PR:		15380
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-10 19:27:30 +00:00

22 lines
416 B
Makefile

# New ports collection makefile for: xlife
# Version required: 3.0
# Date created: 15 March 1995
# Whom: asami
#
# $FreeBSD$
#
DISTNAME= xlife
PKGNAME= xlife-3.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.cdrom.com/pub/X11/R5contrib/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
INSTALL_TARGET= install install.patterns
MAN1= xlife.1
.include <bsd.port.mk>