forked from Lainports/freebsd-ports
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>
28 lines
730 B
Makefile
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>
|