mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
304 B
Makefile
18 lines
304 B
Makefile
COMMENT= curses DX cluster watcher
|
|
|
|
DISTNAME= colrdx-1.02
|
|
REVISION= 2
|
|
CATEGORIES= comms hamradio
|
|
|
|
HOMEPAGE= http://www.qsl.net/pg4i/linux/colrdx.html
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
SITES= http://www.qsl.net/pg4i/download/
|
|
|
|
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|