opnsense-ports/comms/birda/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

17 lines
372 B
Makefile

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>