freebsd-ports/comms/ibp/Makefile

22 lines
496 B
Makefile
Raw Normal View History

2013-06-28 20:37:20 +02:00
# Created by: Diane Bruce <db@db.net>
# $FreeBSD$
PORTNAME= ibp
PORTVERSION= 0.21
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \
LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Little program for monitoring amateur radio beacons
USES= imake tar:tgz
USE_XORG= x11
do-install:
2013-12-30 22:30:58 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/ibp ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/ibp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ibp.1
.include <bsd.port.mk>