diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-07-15 22:46:26 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-07-15 22:46:26 +0000 |
commit | 2442984436e66890a1d17d8b4637df64a413ee28 (patch) | |
tree | 186ce30542b74d60c6efdcb71440e4d25a231543 /news/rkive/Makefile | |
parent | 273aafabd15134910a2cc2a99f4a9e223271abe2 (diff) |
Notes
Diffstat (limited to 'news/rkive/Makefile')
-rw-r--r-- | news/rkive/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/news/rkive/Makefile b/news/rkive/Makefile new file mode 100644 index 000000000000..f01117b5d36b --- /dev/null +++ b/news/rkive/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: rkive +# Version required: 3.1 +# Date created: 03 Jul 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= rkive3.1 +CATEGORIES= news +MASTER_SITES= ftp://ftp.sterling.com/rkive/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= torstenb@FreeBSD.ORG + +# restrictive copyright +NO_PACKAGE=yes + +pre-patch: + @cp ${WRKSRC}/Makefile.dst ${WRKSRC}/Makefile + @cp ${WRKSRC}/rkive.h.dst ${WRKSRC}/rkive.h + +.include <bsd.port.mk> |