blob: 89e9a3945bf196ca9f1be1cb9d65dac677147c61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rkive
# Version required: 3.1
# Date created: 03 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1995/07/15 22:46:25 torstenb Exp $
#
DISTNAME= rkive3.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.sterling.com/rkive/
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.ORG
NO_CDROM= yes # don't make money from it
pre-patch:
@cp ${WRKSRC}/Makefile.dst ${WRKSRC}/Makefile
@cp ${WRKSRC}/rkive.h.dst ${WRKSRC}/rkive.h
.include <bsd.port.mk>
|