mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
94c9c08fe1
PR: ports/98442 Approved by: krion (mentor), maintainer timeout
28 lines
611 B
Makefile
28 lines
611 B
Makefile
# New ports collection makefile for: latd
|
|
# Date created: 19 December 2003
|
|
# Whom: Tillman Hodgson <tillman@seekingfire.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= latd
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= linux-decnet
|
|
|
|
MAINTAINER= tillman@seekingfire.com
|
|
COMMENT= The linux-decnet project LAT protocol suite
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CFLAGS+= -Wno-deprecated
|
|
|
|
MAN1= llogin.1
|
|
MAN5= latd.conf.5
|
|
MAN8= latd.8 latcp.8 moprc.8
|
|
|
|
.include <bsd.port.mk>
|