a6a7923c12
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.
18 lines
384 B
Makefile
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>
|