diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-02 13:48:22 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-02 13:48:22 +0000 |
commit | 386c61cca183b483a9549d48391642449513f19b (patch) | |
tree | 76243bb9cfd13cc8e7ede46603115923c3a26811 /archivers/nwreckdum/Makefile | |
parent | baaf9ffd06221a15d3bde1b6433f367edcabbee6 (diff) | |
download | ports-386c61cca183b483a9549d48391642449513f19b.tar.gz ports-386c61cca183b483a9549d48391642449513f19b.zip |
Notes
Diffstat (limited to 'archivers/nwreckdum/Makefile')
-rw-r--r-- | archivers/nwreckdum/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile new file mode 100644 index 000000000000..bbb0b56efed2 --- /dev/null +++ b/archivers/nwreckdum/Makefile @@ -0,0 +1,19 @@ +# 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 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |