aboutsummaryrefslogblamecommitdiff
path: root/comms/ibp/Makefile
blob: 349ef1452eadf602d4c3092535858acd1c4bfe50 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                     


                    
                 

                                                             
                        
 
                                    
                                                                   
 
                                          
                   
 



                                                                         
           

                                                                             

                      
# Created by: Diane Bruce <db@db.net>

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 ncurses tar:tgz xorg
USE_XORG=	x11

post-patch:
	${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/Imakefile \
		${WRKSRC}/Makefile

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

.include <bsd.port.mk>