blob: 5d022533ba2affcec3017c9abd9ed93a0ef3ad29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|