aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ibp/Makefile
blob: e6a44b1474fc2e50e5d7488289f1d8bcadfc40d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db

MAINTAINER= db@FreeBSD.org
COMMENT=    Little program for monitoring amateur radio beacons

USES=       imake tar:tgz
USE_XORG=   x11

do-install:
    ${INSTALL_PROGRAM}  ${WRKSRC}/ibp ${STAGEDIR}${PREFIX}/bin/
    ${INSTALL_MAN}  ${WRKSRC}/ibp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ibp.1

.include <bsd.port.mk>