aboutsummaryrefslogtreecommitdiffstats
path: root/news/dnews/Makefile
blob: 3c957aa4f7e68195ba07d0b98c9228d5f40080cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    dnews
# Version required:     42j
# Date created:     Thu May 29 17:16:36 CEST 1997
# Whom:         Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.9 1998/12/01 09:38:30 obrien Exp $
#

DISTNAME=   dnews
PKGNAME=    dnews-4.6n
CATEGORIES= news
MASTER_SITES=   ftp://ftp.netwinsite.com/pub/netwinsite/dnews/
DISTFILES=  dnews46n_freebsd.tar.Z

MAINTAINER= ports@FreeBSD.ORG

BROKEN='fetch, distfile not avail. (version 4.7k is the latest)'

NO_CDROM=   "no answer yet, if we are allowed to put it onto CDROM"
RESTRICTED= "only free for non-profit organisations"
NO_PACKAGE= "${RESTRICTED}"

# nothing to make, binary only
NO_BUILD=       yes

# new: the dnews_setup script is the standard install program
# it asks you questions and makes life easier for you and me

do-install:
    @( cd ${WRKSRC}; ./dnews_setup )
    @${ECHO_MSG} "*** DNEWS is NOT free, please read the LICENSE file !!!"
    @${ECHO_MSG} "*** ${PREFIX}/share/doc/dnews/license.txt"
    @${ECHO_MSG} "*** The main configuration file is:"
    @${ECHO_MSG} "***   /etc/dnews.conf"

.include <bsd.port.mk>