summaryrefslogtreecommitdiff
path: root/comms/birda/Makefile
blob: d38114da7577e02e59bf8bc3edc96e4196db8e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	birda
PORTVERSION=	1.3
CATEGORIES=	comms
MASTER_SITES=	ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/

MAINTAINER=	mjl@luckie.org.nz
COMMENT=	Bohlin's IrDA utilities, ported from NetBSD's pkgsrc

USES=		uidfix

# XXX Static libraries with PIE are currently unsupported.
MAKE_ENV+=	WITHOUT_PIE=true

# Fix build with clang11
CFLAGS+=	-fcommon

.include <bsd.port.mk>