1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/news/xrn/Makefile

33 lines
787 B
Makefile
Raw Normal View History

# Created by: Anders Nordby <anders@fix.no>
# $FreeBSD$
PORTNAME= xrn
2010-03-28 10:38:59 +00:00
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
2003-02-20 19:00:52 +00:00
COMMENT= Usenet News reader for the X Window System
2013-09-03 06:36:41 +00:00
USES= bison gmake pkgconfig
2013-12-27 09:32:18 +00:00
GNU_CONFIGURE= yes
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:
2013-12-27 09:32:18 +00:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${DOCS}
2013-12-27 09:32:18 +00:00
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>