aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/nwreckdum/Makefile
blob: 50fcea501b92d99c71b037f1e248daae1bcfb5ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
PORTREVISION=   2
CATEGORIES= archivers games
MASTER_SITES=   http://freebsd.nsu.ru/distfiles/

MAINTAINER= danfe@FreeBSD.org
COMMENT=    Utility for manipulating of Quake PAK files

PLIST_FILES=    bin/nwreckdum

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

.include <bsd.port.mk>