mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
331c8cc7a9
Approved by: portmgr (blanket)
21 lines
433 B
Makefile
21 lines
433 B
Makefile
PORTNAME= birda
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
|
|
|
|
# XXX Static libraries with PIE are currently unsupported.
|
|
MAKE_ENV+= WITHOUT_PIE=true
|
|
|
|
# Fix build with clang11
|
|
CFLAGS+= -fcommon
|
|
|
|
.include <bsd.port.mk>
|