17 lines
304 B
Makefile
17 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>
|