22 lines
452 B
Makefile
22 lines
452 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/28 17:16:33 jason Exp $
|
||
|
|
||
|
COMMENT= "curses DX cluster watcher"
|
||
|
|
||
|
DISTNAME= colrdx-1.02
|
||
|
CATEGORIES= comms hamradio
|
||
|
|
||
|
HOMEPAGE= http://www.qsl.net/pg4i/linux/colrdx.html
|
||
|
|
||
|
MAINTAINER= Jason Wright <jason@openbsd.org>
|
||
|
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
||
|
|
||
|
WANTLIB=c ncurses
|
||
|
|
||
|
.include <bsd.port.mk>
|