8f5e69dd77
mostly eliminate __FreeBSD__ fixed standalone daemon so it works. build it as standalone by default, because that generally makes better sense. (if there is disagreement, I will let it build both ways)
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# New ports collection makefile for: nntp
|
|
# Version required: t5
|
|
# Date created: 29 September 1994
|
|
# Whom: adam
|
|
#
|
|
# $Id: Makefile,v 1.8 1995/11/27 00:08:37 asami Exp $
|
|
#
|
|
|
|
DISTNAME= nntp-t5
|
|
PKGNAME= nntp-1.5.11.5
|
|
CATEGORIES+= news
|
|
MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
|
|
|
|
MAINTAINER= adam@veda.is
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libcnews.a:${PORTSDIR}/news/cnews
|
|
|
|
post-extract:
|
|
@cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
|
|
|
|
.include <bsd.port.mk>
|