19 lines
434 B
Makefile
19 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>
|