New X11 game, leaves holes in your windows!

Submitted by:	Michael Searle
This commit is contained in:
Chuck Robey 1996-07-31 22:07:52 +00:00
parent ab393d817d
commit 4f78682929
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3474
5 changed files with 46 additions and 0 deletions

37
x11/blast/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: blast-1.0
# Version required: 1.0
# Date created: 9 Jul 1996
# Whom: searle
#
# $Id: porting.sgml,v 1.11 1995/12/07 13:22:15 jkh Exp $
#
DISTNAME= blast-1.0-ss-9.03
PKGNAME= blast-1.0
CATEGORIES+= x11
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \
ftp://ftp.ask.uni-karlsruhe.de/pub/hpux/X11/Demos/blast-1.0/ \
ftp://ftp.univie.ac.at/systems/hpux/hpux/X11/Demos/blast-1.0/ \
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/ \
ftp://parnas.mimuw.edu.pl/hpux/X11/Demos/blast-1.0/
MAINTAINER= searle@longacre.demon.co.uk
USE_X11= yes
MANDIR= $(PREFIX)/man/man1
pre-configure:
mv $(WRKDIR)/blast-1.0 $(WRKSRC)
do-build:
cc $(WRKSRC)/blast.c -I/usr/X11R6/include -O2 -L$(PREFIX)/lib -lX11 -lXext -o $(WRKSRC)/blast
do-install:
$(INSTALL) -c $(WRKSRC)/blast $(PREFIX)/bin/blast
$(INSTALL) -c $(WRKSRC)/blast.man $(DESTDIR)$(MANDIR)/blast.1
.if !defined(NOMANCOMPRESS)
gzip -9 $(MANDIR)/blast.1
.endif
.include <bsd.port.mk>

1
x11/blast/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (blast-1.0-ss-9.03.tar.gz) = e530a49424ed753ca51b403f5620edd2

1
x11/blast/pkg-comment Normal file
View File

@ -0,0 +1 @@
Blast blows holes through windows.

5
x11/blast/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Blast blows holes in windows - you can see what's behind it through them. It
uses the X Shape Extension.
Michael Searle
searle@longacre.demon.co.uk

2
x11/blast/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/blast
man/man1/blast.1.gz