blob: 4261cd809501728f8075ebd431a2d2d681e820dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PLIST_FILES= bin/nwreckdum
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
|