diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 09:38:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 09:38:15 +0800 |
commit | d4a568ee5a49ce86052105b2853ce90479622af7 (patch) | |
tree | eef28c7ac688f7437012fe0553702b9848f577dd /games/xbl/Makefile | |
parent | 3f9bd048357597c391fd22ab9fda133f16dda6c6 (diff) | |
download | freebsd-ports-gnome-d4a568ee5a49ce86052105b2853ce90479622af7.tar.gz freebsd-ports-gnome-d4a568ee5a49ce86052105b2853ce90479622af7.tar.zst freebsd-ports-gnome-d4a568ee5a49ce86052105b2853ce90479622af7.zip |
3-D tetris game.
PR: 3686
Submitted by: Pedro F. Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
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> |