1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/comms/ibp/Makefile
Diane Bruce 7832a2a883 This little program helps one with monitoring the beacons of the
International Beacon Project, by continuously showing which beacon is
transmitting on which frequency, along with the distance and
antenna directions.
2008-08-04 18:24:53 +00:00

31 lines
633 B
Makefile

# New ports collection makefile for: ibp
# Date created: 3 August 2008
# Whom: Diane Bruce <db@db.net>
#
# $FreeBSD$
#
PORTNAME= ibp
PORTVERSION= 0.21
CATEGORIES= comms hamradio
MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
EXTRACT_SUFX= .tgz
MAINTAINER= db@FreeBSD.org
COMMENT= A little program for monitoring amateur radio beacons
USE_XLIB= yes
USE_IMAKE= yes
PLIST_FILES= bin/ibp
MAN1= ibp.1
MANCOMPRESSED= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ibp ${PREFIX}/bin/
${INSTALL_MAN} ${FILESDIR}/ibp.1 ${MANPREFIX}/man/man1/ibp.1
.include <bsd.port.mk>