20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.9 2018/05/12 14:29:01 espie Exp $
|
|
|
|
COMMENT= curses DX cluster watcher
|
|
|
|
DISTNAME= colrdx-1.02
|
|
REVISION= 1
|
|
CATEGORIES= comms hamradio
|
|
|
|
HOMEPAGE= http://www.qsl.net/pg4i/linux/colrdx.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
|
|
|
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|