22 lines
428 B
Makefile
22 lines
428 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 16:57:48 espie Exp $
|
|
|
|
COMMENT= curses DX cluster watcher
|
|
|
|
DISTNAME= colrdx-1.02
|
|
REVISION= 0
|
|
CATEGORIES= comms hamradio
|
|
|
|
HOMEPAGE= http://www.qsl.net/pg4i/linux/colrdx.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c ncurses
|
|
|
|
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|