aboutsummaryrefslogblamecommitdiff
path: root/comms/locator/Makefile
blob: feb879c8d5bec485aca168bd48ba76ecc78fc4d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                


                       
                                              
                                 
 
                                    

                                                                                 
                    
 

                    
           


                                                                      

                      
# Created by: db

PORTNAME=	locator
PORTVERSION=	0.1
CATEGORIES=	comms hamradio astro geography
MASTER_SITES=	SUNSITE/apps/ham/

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	Grid square calculator program used in Amateur Radio and GPS work

CONFLICTS=	wwl*

OPTIONS_DEFINE=	DOCS

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/locator ${STAGEDIR}${PREFIX}/bin
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>