freebsd-ports/net/latd/Makefile
Kirill Ponomarev ad38e05fb3 Add latd 1.19, the linux-decnet project LAT protocol suite.
This is a redistribution of the linux-decnet project's
software, with FreeBSD compatability added. It is based very
closely on the NetBSD port by Matt Fredette and has benefitted
from the assistance of Patrick Caulfield (the original author).

PR:		60519
Submitted by:	Tillman Hodgson <tillman@seekingfire.com>
2003-12-23 22:43:07 +00:00

28 lines
730 B
Makefile

# New ports collection makefile for: latd
# Date created: 19 December 2003
# Whom: Tillman Hodgson <tillman@seekingfire.com>
#
# $FreeBSD$
#
PORTNAME= latd
PORTVERSION= 1.19
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= linux-decnet
MAINTAINER= tillman@seekingfire.com
COMMENT= The linux-decnet project LAT protocol suite
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= llogin.1
MAN5= latd.conf.5
MAN8= latd.8 latcp.8 moprc.8
pre-configure:
@${CP} ${WRKSRC}/latd.conf ${WRKSRC}/latd.conf.sample
@${SED} -i .dist -e 's/sysconf_DATA = latd.conf/sysconf_DATA = latd.conf.sample/' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>