1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/news/nntp/Makefile
Adam David a6a7923c12 NNTP with NOV.
xthread/xindex not enabled or tested.
Makefile will need revising after new bsd.port.mk
dependence on pre-configure target is broken, DEPENDS is a comment for now.
1994-10-01 20:28:26 +00:00

18 lines
384 B
Makefile

# New ports collection makefile for: nntp
# Version required: t5
# Date created: 29 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.1.1.1 1994/09/25 18:59:07 adam Exp $
#
DISTNAME= nntp-t5
MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
#DO_NADA= echo ${.TARGET}:
#DEPENDS= news/cnews
pre-configure:
@cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
.include <bsd.port.mk>