1994-10-01 20:28:26 +00:00
|
|
|
# New ports collection makefile for: nntp
|
|
|
|
# Version required: t5
|
|
|
|
# Date created: 29 September 1994
|
|
|
|
# Whom: adam
|
|
|
|
#
|
1995-04-18 14:37:45 +00:00
|
|
|
# $Id: Makefile,v 1.4 1995/04/11 23:29:45 asami Exp $
|
1994-10-01 20:28:26 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= nntp-t5
|
1995-04-11 23:29:46 +00:00
|
|
|
PKGNAME= nntp-1.5.11.4
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= news
|
1995-04-11 23:29:46 +00:00
|
|
|
MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
|
1994-10-01 20:28:26 +00:00
|
|
|
|
1995-04-18 14:37:45 +00:00
|
|
|
.if !exists(${PREFIX}/include/dbz.h) || !exists(${PREFIX}/lib/libcnews.a)
|
|
|
|
DEPENDS+= ${PORTSDIR}/news/cnews
|
|
|
|
.endif
|
|
|
|
|
1994-11-26 17:32:34 +00:00
|
|
|
pre-patch:
|
1994-10-01 20:28:26 +00:00
|
|
|
@cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|