freebsd-ports/comms/grig/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

28 lines
586 B
Makefile

# Created by: Matt Dawson <matt@mattsnetwork.co.uk>
# $FreeBSD$
PORTNAME= grig
PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/groundstation/Grig/${PORTVERSION}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio control front-end
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhamlib.so:comms/hamlib
USE_GNOME= gtk20 intltool
GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig
LIBS+= -lm
post-patch:
@${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|-D.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>