1997-02-22 14:56:46 +00:00
|
|
|
# New ports collection makefile for: dnews
|
1997-05-29 15:22:14 +00:00
|
|
|
# Version required: 42j
|
|
|
|
# Date created: Thu May 29 17:16:36 CEST 1997
|
1997-02-22 14:56:46 +00:00
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1998-07-18 15:36:07 +00:00
|
|
|
# $Id: Makefile,v 1.7 1998/01/31 15:52:32 andreas Exp $
|
1997-02-22 14:56:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= dnews
|
1998-07-18 15:36:07 +00:00
|
|
|
PKGNAME= dnews-4.6n
|
1997-02-22 14:56:46 +00:00
|
|
|
CATEGORIES= news
|
1997-05-29 15:22:14 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netwinsite.com/pub/netwinsite/dnews/
|
1998-07-18 15:36:07 +00:00
|
|
|
DISTFILES= dnews46n_freebsd.tar.Z
|
1997-02-22 14:56:46 +00:00
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
1998-01-31 15:52:38 +00:00
|
|
|
NO_CDROM= "no answer yet, if we are allowed to put it onto CDROM"
|
|
|
|
RESTRICTED= "only free for non-profit organisations"
|
|
|
|
NO_PACKAGE= "${RESTRICTED}"
|
1997-02-22 14:56:46 +00:00
|
|
|
|
|
|
|
# nothing to make, binary only
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
1998-01-31 15:52:38 +00:00
|
|
|
# new: the dnews_setup script is the standard install program
|
|
|
|
# it asks you questions and makes life easier for you and me
|
1997-02-22 14:56:46 +00:00
|
|
|
|
|
|
|
do-install:
|
1998-01-31 15:52:38 +00:00
|
|
|
@( 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"
|
1997-02-22 14:56:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|