diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 01:38:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 01:38:15 +0000 |
commit | 87c8bc9bb4177ae61d2d1419eb0bf427d64971ac (patch) | |
tree | a4f2c2726b6d52fb9251658a034325cbf4890a9b /games/xbl/Makefile | |
parent | 5a2f4ac8e241ed2a469861657991fae1b801773d (diff) |
Notes
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r-- | games/xbl/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile new file mode 100644 index 000000000000..d1ffef3c5609 --- /dev/null +++ b/games/xbl/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xbl +# Version required: 1.0h +# Date created: May 25 1997 +# Whom: pgs (original) +# +# $Id$ +# + +DISTNAME= xbl-1.0h +CATEGORIES= games +MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co + +USE_X11= yes +HAS_CONFIGURE= yes +MANN= xbl.n + +.include <bsd.port.mk> |