mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
18 lines
358 B
Makefile
18 lines
358 B
Makefile
# Created by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
# Fix build with clang11
|
|
CFLAGS+= -fcommon
|
|
|
|
.include <bsd.port.mk>
|