1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/comms/callsign/Makefile
Diane Bruce d79df77e2b - Upgrade to 1.0.2
PR:		ports/137919
2009-08-18 15:47:29 +00:00

27 lines
592 B
Makefile

# New ports collection makefile for: callsign-bin
# Date created: 31 July 2009
# Whom: Rick Elrod <codeblock@eighthbit.net>
#
# $FreeBSD$
#
PORTNAME= callsign
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>