Import comms/librs232 version 20190531
[dports.git] / comms / xdx / Makefile
1 # Created by: Matt Dawson <matt@mattsnetwork.co.uk>
2 # $FreeBSD$
3
4 PORTNAME=       xdx
5 PORTVERSION=    2.4
6 PORTREVISION=   6
7 CATEGORIES=     comms hamradio
8 MASTER_SITES=   http://www.chronos.org.uk/download/ \
9                 LOCAL/db
10
11 MAINTAINER=     hamradio@FreeBSD.org
12 COMMENT=        Amateur Radio DX cluster monitor
13
14 LICENSE=        GPLv2
15
16 USES=           gmake gnome pkgconfig
17 USE_GNOME=      gtk20
18
19 GNU_CONFIGURE=  yes
20
21 post-patch:
22         @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
23                 's|-D.*_DISABLE_DEPRECATED||g'
24
25 .include <bsd.port.mk>