1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/archivers/nwreckdum/Makefile
2011-02-13 14:25:20 +00:00

23 lines
482 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
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>