mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
38594e1116
.if !exists(${PREFIX}/...), this is not a very clean solution but the previous version simply didn't work because ${PREFIX} wouldn't be substituted at this point.
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# New ports collection makefile for: nntp
|
|
# Version required: t5
|
|
# Date created: 29 September 1994
|
|
# Whom: adam
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/18 14:37:45 adam Exp $
|
|
#
|
|
|
|
DISTNAME= nntp-t5
|
|
PKGNAME= nntp-1.5.11.4
|
|
CATEGORIES+= news
|
|
MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/libexec/news/ctime:${PORTSDIR}/news/cnews
|
|
|
|
pre-patch:
|
|
@cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
|
|
|
|
.include <bsd.port.mk>
|