diff options
Diffstat (limited to 'games/xlife/Makefile')
-rw-r--r-- | games/xlife/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile new file mode 100644 index 000000000000..e39cef310615 --- /dev/null +++ b/games/xlife/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xlife +# Version required: 3.0 +# Date created: 15 March 1995 +# Whom: asami +# +# $Id: Makefile,v 1.1.1.1 1995/01/03 08:46:26 swallace Exp $ +# + +DISTNAME= xlife +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11/R5-contrib/ +EXTRACT_SUFX= .tar.Z +USE_IMAKE= yes +PKGNAME= xlife-3.0 + +pre-install: + @(cd ${WRKSRC}; make install.patterns) + +.include <bsd.port.mk> |