freebsd-ports/comms/xdx/Makefile
2019-05-16 00:56:47 +00:00

25 lines
496 B
Makefile

# Created by: Matt Dawson <matt@mattsnetwork.co.uk>
# $FreeBSD$
PORTNAME= xdx
PORTVERSION= 2.4
PORTREVISION= 6
CATEGORIES= comms hamradio
MASTER_SITES= http://www.chronos.org.uk/download/ \
LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio DX cluster monitor
LICENSE= GPLv2
USES= gmake pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-D.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>