mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
18 lines
309 B
Makefile
18 lines
309 B
Makefile
COMMENT= Bohlin's IrDA utilities
|
|
|
|
DISTNAME= birda-1.3
|
|
CATEGORIES= comms
|
|
SITES= https://ftp.netbsd.org/pub/pkgsrc/distfiles/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
FAKE_FLAGS= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" \
|
|
LIBDIR="${PREFIX}/lib" DEBUGLIBS=No
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|