diff options
Diffstat (limited to 'games/qstat/Makefile')
-rw-r--r-- | games/qstat/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile new file mode 100644 index 000000000000..00fe582e9e44 --- /dev/null +++ b/games/qstat/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: qstat +# Version required: 2.0b +# Date created: 28 May 1998 +# Whom: Daniel O'Connor <darius@dons.net.au> +# +# $Id: Makefile,v 1.1.1.1 1998/08/09 01:04:55 steve Exp $ +# + +DISTNAME= qstat20b +PKGNAME= qstat-2.0b +CATEGORIES= misc +MASTER_SITES= ftp://ftp.activesw.com/pub/quake/ + +MAINTAINER= darius@dons.net.au + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin + +.include <bsd.port.mk> |