blob: 9e3a195488a33734ea452e54773535021c2e73b7 (
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
37
38
39
40
41
42
43
44
45
46
47
|
# New ports collection makefile for: dnews
# Date created: Thu May 29 17:16:36 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= dnews
PORTVERSION= 5.5h2
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= ftp://ftp.netwinsite.com/pub/dnews/
DISTNAME= dnews55h2_freebsd4
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Commercial nntp server with enhancements over inn and cnews
WRKSRC= ${WRKDIR}/dtemp
NO_CDROM= "no answer yet, if we are allowed to put it onto CDROM"
RESTRICTED= "only free for non-profit organisations"
NO_PACKAGE= "${RESTRICTED}"
IS_INTERACTIVE= yes
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
post-configure:
@${REINPLACE_CMD} -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf
@${REINPLACE_CMD} -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf
do-install:
@( cd ${WRKSRC}; ./dnews_setup )
@${ECHO_MSG} "Installing dnews startup script as ${PREFIX}/etc/rc.d/dnews.sh"
@${INSTALL_SCRIPT} ${FILESDIR}/dnews.sh ${PREFIX}/etc/rc.d/dnews.sh
@${INSTALL_DATA} ${FILESDIR}/faq.html ${PREFIX}/dnews/faq.html
post-install:
@${MV} /etc/dnews.conf ${PREFIX}/etc/dnews.conf
@${LN} -s ${PREFIX}/etc/dnews.conf /etc/dnews.conf
@${ECHO_MSG} "*** DNEWS is NOT free, please read the LICENSE file:"
@${ECHO_MSG} "*** ${PREFIX}/dnews/license.txt"
@${ECHO_MSG} "*** The main configuration file is:"
@${ECHO_MSG} "*** ${PREFIX}/etc/dnews.conf"
.include <bsd.port.mk>
|