diff options
author | swallace <swallace@FreeBSD.org> | 1995-01-04 16:56:18 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-01-04 16:56:18 +0800 |
commit | 5f1b5033b95d23bea5c6cd8bab44da03eb4506e8 (patch) | |
tree | 60964fe76bd504dbdfc9663e45e8c66f649a20d5 /games | |
parent | 9847e07078bb909951105cf29256809ee35c3021 (diff) | |
download | freebsd-ports-gnome-5f1b5033b95d23bea5c6cd8bab44da03eb4506e8.tar.gz freebsd-ports-gnome-5f1b5033b95d23bea5c6cd8bab44da03eb4506e8.tar.zst freebsd-ports-gnome-5f1b5033b95d23bea5c6cd8bab44da03eb4506e8.zip |
xasteroids
Diffstat (limited to 'games')
-rw-r--r-- | games/xasteroids/Makefile | 17 | ||||
-rw-r--r-- | games/xasteroids/files/Imakefile | 9 | ||||
-rw-r--r-- | games/xasteroids/pkg-comment | 1 | ||||
-rw-r--r-- | games/xasteroids/pkg-descr | 2 | ||||
-rw-r--r-- | games/xasteroids/pkg-plist | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile new file mode 100644 index 000000000000..0c4b320a2bc4 --- /dev/null +++ b/games/xasteroids/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xasteroids +# Date created: 3 Jan 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# + +DISTNAME= xasteroids +MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/ +EXTRACT_SUFX= .sh.Z +EXTRACT_CMD= cd ${WRKDIR}; zcat ${DISTDIR}/xasteroids.sh.Z | sh -s +EXTRACT_ARGS= +USE_IMAKE= yes +INSTALL_MANPAGES= yes +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/games/xasteroids/files/Imakefile b/games/xasteroids/files/Imakefile new file mode 100644 index 000000000000..638c39d55691 --- /dev/null +++ b/games/xasteroids/files/Imakefile @@ -0,0 +1,9 @@ + LOCAL_LIBRARIES = -lm $(XLIB) + + MANSUFFIX=6 + + OBJS = xast.o + + SRCS = xast.c + + ComplexProgramTarget(xasteroids) diff --git a/games/xasteroids/pkg-comment b/games/xasteroids/pkg-comment new file mode 100644 index 000000000000..b54462aff79b --- /dev/null +++ b/games/xasteroids/pkg-comment @@ -0,0 +1 @@ +X windows based asteroids style arcade game diff --git a/games/xasteroids/pkg-descr b/games/xasteroids/pkg-descr new file mode 100644 index 000000000000..d5c5cb89e333 --- /dev/null +++ b/games/xasteroids/pkg-descr @@ -0,0 +1,2 @@ +X windows based asteroids style arcade game. +Make big rocks into little ones. diff --git a/games/xasteroids/pkg-plist b/games/xasteroids/pkg-plist new file mode 100644 index 000000000000..f13bb8851e3d --- /dev/null +++ b/games/xasteroids/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xasteroids +man/man6/xasteroids.6.gz |