freebsd-ports/archivers/nwreckdum/Makefile
Alexey Dokuchaev 48249e3fe0 Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)
2004-08-27 08:46:33 +00:00

21 lines
470 B
Makefile

# 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@FreeBSD.org
COMMENT= Utility for extracting/creating Quake PAK files
PLIST_FILES= bin/nwreckdum
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>