mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
20 lines
461 B
Makefile
20 lines
461 B
Makefile
|
# 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>
|