2013-03-02 14:47:43 +00:00
|
|
|
# Created by: Tillman Hodgson <tillman@seekingfire.com>
|
2003-12-23 22:43:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= latd
|
2013-03-02 14:47:43 +00:00
|
|
|
PORTVERSION= 1.31
|
2003-12-23 22:43:07 +00:00
|
|
|
CATEGORIES= net
|
2009-08-22 00:32:25 +00:00
|
|
|
MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION}
|
2003-12-23 22:43:07 +00:00
|
|
|
|
2012-04-10 19:01:48 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-01-08 19:19:53 +00:00
|
|
|
COMMENT= Linux-DECnet project LAT protocol suite
|
2003-12-23 22:43:07 +00:00
|
|
|
|
2012-05-22 15:24:40 +00:00
|
|
|
LICENSE= GPLv2
|
2005-09-30 11:41:38 +00:00
|
|
|
|
2015-09-19 18:17:03 +00:00
|
|
|
USES= alias
|
2003-12-23 22:43:07 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-01-08 19:19:53 +00:00
|
|
|
PLIST_FILES= bin/llogin etc/latd.conf.sample \
|
|
|
|
man/man1/llogin.1.gz man/man5/latd.conf.5.gz \
|
|
|
|
man/man8/latd.8.gz man/man8/latcp.8.gz man/man8/moprc.8.gz \
|
|
|
|
sbin/latcp sbin/latd sbin/moprc
|
2003-12-23 22:43:07 +00:00
|
|
|
|
2012-05-22 15:24:40 +00:00
|
|
|
post-extract:
|
|
|
|
@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
|
2010-03-20 16:17:50 +00:00
|
|
|
|
2012-05-22 15:24:40 +00:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -e \
|
2014-01-08 19:19:53 +00:00
|
|
|
'/<utmp.h>/s|^|// | ; \
|
|
|
|
s| \(setiosflags\)| std::\1| ; \
|
|
|
|
s| \(resetiosflags\)| std::\1|'
|
2010-03-20 16:17:50 +00:00
|
|
|
|
2012-05-22 15:24:40 +00:00
|
|
|
.include <bsd.port.mk>
|