8fbd50bb6d
by jason@, prodded by espie@. While here, take maintainership of devel/geotiff & devel/proj. Any takers for the others ? ok espie@
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/01/23 10:29:45 landry Exp $
|
|
|
|
COMMENT= curses DX cluster watcher
|
|
|
|
DISTNAME= colrdx-1.02
|
|
PKGNAME= ${DISTNAME}p0
|
|
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
|
|
|
|
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
|
|
|
WANTLIB=c ncurses
|
|
|
|
.include <bsd.port.mk>
|