freebsd-ports/archivers/nwreckdum/Makefile
Alexey Dokuchaev b434c5de94 Make this port actually usable on arches were sizeof(long) != 4.
Reported by:	alepulver
Tested on:	amd64, ia64
2010-03-09 21:49:57 +00:00

22 lines
486 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 extracting/creating Quake PAK files
PLIST_FILES= bin/nwreckdum
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>