1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/comms/birda/Makefile
2021-04-06 16:31:07 +02:00

20 lines
434 B
Makefile

# Created by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
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>