freebsd-ports/comms/callsign/Makefile

27 lines
592 B
Makefile
Raw Normal View History

# New ports collection makefile for: callsign-bin
# Date created: 31 July 2009
# Whom: Rick Elrod <codeblock@eighthbit.net>
#
# $FreeBSD$
#
PORTNAME= callsign
2009-08-18 17:47:29 +02:00
PORTVERSION= 1.0.2
CATEGORIES= comms net hamradio
MASTER_SITES= RF
DISTNAME= callsign-${PORTVERSION}
MAINTAINER= codeblock@eighthbit.net
COMMENT= An amateur radio callsign lookup command
RUN_DEPENDS= rubygem-callsign>=0:${PORTSDIR}/comms/rubygem-callsign
WRKSRC= ${WRKDIR}
NO_BUILD= YES
PLIST_FILES= bin/callsign
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/callsign ${LOCALBASE}/bin/
.include <bsd.port.mk>