mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
46 lines
1.3 KiB
Makefile
46 lines
1.3 KiB
Makefile
# 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= 4.7k
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://ftp.netwinsite.com/pub/netwinsite/dnews/
|
|
DISTNAME= dnews47k_freebsd
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
Y2K= http://netwinsite.com/dnews_y2k.htm
|
|
|
|
WRKSRC= ${WRKDIR}/dnews
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
|
|
post-configure:
|
|
@${PERL} -pi -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf
|
|
@${PERL} -pi -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>
|