summaryrefslogtreecommitdiff
path: root/archivers/nwreckdum/Makefile
blob: bbb0b56efed24b059735ed87613fec68d66d6a81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	nwreckdum
# Date created:				27 May 2003
# Whom:					Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=	nwreckdum
PORTVERSION=	0.0.6
CATEGORIES=	archivers games
MASTER_SITES=	http://freebsd.nsu.ru/distfiles/

MAINTAINER=	danfe@regency.nsu.ru
COMMENT=	Utility for extracting/creating Quake PAK files

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>