mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
713c3440d9
- Modified original request to add a MASTER_SITE_LOCAL Submitted by: matt@chronos.org.uk Approved by: Maintainer
31 lines
607 B
Makefile
31 lines
607 B
Makefile
# New ports collection makefile for: xdx
|
|
# Date created: 2004-05-21
|
|
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdx
|
|
PORTVERSION= 2.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://www.chronos.org.uk/download/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
MAINTAINER= matt@chronos.org.uk
|
|
COMMENT= Amateur Radio DX cluster monitor
|
|
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= xdx.1
|
|
LICENSE= GPLv2
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-D.*_DISABLE_DEPRECATED||g'
|
|
|
|
.include <bsd.port.mk>
|