freebsd-ports/news/trn/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

30 lines
621 B
Makefile

# Created by: smace
# $FreeBSD$
PORTNAME= trn
PORTVERSION= 3.6
CATEGORIES= news
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ \
ftp://ftp.funet.fi/pub/unix/news/trn/
MAINTAINER= johans@FreeBSD.org
COMMENT= Threaded Read News newsreader
RUN_DEPENDS= munpack:converters/mpack
CONFLICTS_INSTALL=trn-4.[0-9]*
USES= ncurses
WRKSRC= ${WRKDIR}/trn-3.6
HAS_CONFIGURE= Yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV= PREFIX="${PREFIX}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= -S
SUB_FILES= pkg-message
post-patch:
${REINPLACE_CMD} 's/$$install/\\$${DESTDIR}&/' ${WRKSRC}/Makefile.SH
.include <bsd.port.mk>