freebsd-ports/comms/grig/Makefile
Martin Wilke 8d9a6cc77e Remove md5 and add LICENSE
PR:		154307
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
Feature safe:	yes
2011-02-05 05:15:11 +00:00

31 lines
609 B
Makefile

# New ports collection makefile for: grig
# Date created: 2004-01-22
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
#
PORTNAME= grig
PORTVERSION= 0.7.2
PORTREVISION= 5
CATEGORIES= comms hamradio
MASTER_SITES= SF/groundstation/Grig/${PORTVERSION}
MAINTAINER= matt@chronos.org.uk
COMMENT= Amateur Radio control front-end
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= grig.1
LICENSE= GPLv2
post-patch:
@${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|-D.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>