Update ports-mgmt/pkg-devel to version 1.4.0.p.a4
[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=   5
7 CATEGORIES=     comms hamradio
8 MASTER_SITES=   http://www.chronos.org.uk/download/ \
9                 ${MASTER_SITE_LOCAL}
10 MASTER_SITE_SUBDIR=     db
11
12 MAINTAINER=     xride@FreeBSD.org
13 COMMENT=        Amateur Radio DX cluster monitor
14
15 USE_GNOME=      gtk20
16 GNU_CONFIGURE=  yes
17 USES=           gmake pkgconfig
18
19 LICENSE=        GPLv2
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>