freebsd-ports/news/nntp/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

25 lines
511 B
Makefile

# New ports collection makefile for: nntp
# Version required: t5
# Date created: 29 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.10 1996/11/18 11:37:53 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
MAN1= nntpxmit.1
MAN8= nntpd.8c mkgrdates.8c
post-extract:
@cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
.include <bsd.port.mk>