aboutsummaryrefslogtreecommitdiffstats
path: root/news/newsx/Makefile
blob: 930d3dcae1c23228234a0d9ecb8c5198db8aaefe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# New ports collection makefile for:    newsx
# Date created: 10th February, 2001
# Whom:     Thierry Thomas <tthomas@mail.dotcom.fr>
#
# $FreeBSD$
#

PORTNAME=   newsx
PORTVERSION=    1.4.8
CATEGORIES= news
MASTER_SITES=   ftp://ftp.kvaleberg.com/pub/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.8/pl6/}

MAINTAINER= thierry@pompo.net
COMMENT=    A program to fetch news from and post news to a remote NNTP server

.if defined(WITH_CNEWS)
BUILD_DEPENDS=  ${LOCALBASE}/news/lib/libcnews.a:${PORTSDIR}/news/cnews
.else !defined(WITHOUT_INN_2-X)
BUILD_DEPENDS=  ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn
.endif

USE_AUTOMAKE=   yes
USE_REINPLACE=  yes
CONFIGURE_ENV=  PATH="${PATH}:${LOCALBASE}/news/bin"
.if !defined(WITH_CNEWS)
.if !defined(WITHOUT_INN_2-X)
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/news/include"
CONFIGURE_ARGS= --with-newslib=${LOCALBASE}/news/lib
.endif
.endif

HDR_DIR=    ${LOCALBASE}/news/include

DOCS=       AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO

post-patch:
    @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" ${WRKSRC}/configure.in

pre-configure:
    @${ECHO} "*********************************************************"
    @${ECHO} "If the configure step fails, then you probably don't have"
    @${ECHO} "a news server package installed.  Try installing INN from"
    @${ECHO} "${PORTSDIR}/news/inn, and then try building this port"
    @${ECHO} "again."
    @${ECHO} "*********************************************************"

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for FILE in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
    @${ECHO} "Documentation installed in ${DOCSDIR}."
.endif

MAN1=   newsq.1
MAN5=   newsx.conf.5 in.hosts.5
MAN8=   newsx.8

.include <bsd.port.mk>