aboutsummaryrefslogtreecommitdiff
path: root/news/xrn/Makefile
blob: a6a57545a06e8008308a8a725543a51b754bcbfd (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
# Created by: Anders Nordby <anders@fix.no>
# $FreeBSD$

PORTNAME=	xrn
DISTVERSION=	10.00-beta-3
CATEGORIES=	news
MASTER_SITES=	ftp://sipb.mit.edu/pub/xrn/ \
		ftp://ftp.nuug.no/pub/anders/distfiles/

MAINTAINER=	johans@FreeBSD.org
COMMENT=	Usenet News reader for the X Window System

MAN1=		xrn.1
MANCOMPRESSED=	no
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USES=		bison
USE_XORG=	ice sm x11 xaw xext xmu xpm xt

DOCS=		COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog
CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/share

post-patch:
	@${REINPLACE_CMD} -E -e "s|^#error.+||g" \
		-e "s|/usr/lib/sendmail|/usr/sbin/sendmail|g" \
		-e "s|^$$|#define POSIX_REGEX|" \
		${WRKSRC}/config.h

post-install:
.ifndef		NOPORTDOCS
	@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>