1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/news/nntpbtr/Makefile
Bill Fenner 4bcbe11de3 Change ftp.relcom.ru and ftp.kiae.su to ftp.kiarchive.ru
Submitted by:	ache (Andrey A. Chernov)
1997-08-10 22:31:36 +00:00

27 lines
574 B
Makefile

# New ports collection makefile for: nntpbtr
# Version required: 1.7
# Date created: 1 July 1996
# Whom: dk
#
# $Id: Makefile,v 1.4 1997/08/10 19:22:26 fenner Exp $
#
DISTNAME= nntpbtr-1.7
CATEGORIES= news
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/news/
EXTRACT_SUFX= .tar.Z
MAINTAINER= dk@farm.org
MAN1= nntpbtr.1
# "patch" complains otherwise
post-extract:
@${RM} -rf ${WRKSRC}/RCS
pre-build:
cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || true
cd ${WRKDIR}/dbz ; ${CC} ${CFLAGS} -c -I. dbz.c
.include <bsd.port.mk>