aboutsummaryrefslogtreecommitdiffstats
path: root/net/latd/Makefile
blob: 618da3d545277404a7fd485307afed902b3f4dbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   latd
# Date created:        19 December 2003
# Whom:                Tillman Hodgson <tillman@seekingfire.com>
#
# $FreeBSD$
#

PORTNAME=   latd
PORTVERSION=    1.23.1
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:R}

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>