mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
27 lines
564 B
Makefile
27 lines
564 B
Makefile
# Created by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
PORTNAME= grig
|
|
PORTVERSION= 0.8.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 gnome pkgconfig
|
|
|
|
LIBS+= -lm
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-D.*_DISABLE_DEPRECATED||g'
|
|
|
|
.include <bsd.port.mk>
|