1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/news/nntp/Makefile

26 lines
493 B
Makefile
Raw Normal View History

# New ports collection makefile for: nntp
# Version required: t5
# Date created: 29 September 1994
# Whom: adam
#
1999-08-30 14:33:04 +00:00
# $FreeBSD$
#
DISTNAME= nntp-t5
PKGNAME= nntp-1.5.11.5
CATEGORIES= news
MASTER_SITES= ftp://ftp.abs.net/unix/ \
ftp://ftp.ww.net/pub/unix/news/nntp/
MAINTAINER= adam@veda.is
BUILD_DEPENDS= ${PREFIX}/lib/libcnews.a:${PORTSDIR}/news/cnews
MAN1= nntpxmit.1
MAN8= nntpd.8c mkgrdates.8c
post-extract:
@${CP} ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
.include <bsd.port.mk>