379afe5f60
From Darrin Chandler
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 01:37:09 merdely 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>
|