summaryrefslogtreecommitdiffstats
path: root/comms/xdx/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 03:40:09 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 03:40:09 +0800
commitfc6592a4e3451b0f900b39eb2f4e9f422e8393f4 (patch)
treea2a5f58b68e0dcd390896d683fbf542f2fac146b /comms/xdx/Makefile
parentcd7e0a3be4084a5b6b705481ba4805dc84eb3bc8 (diff)
downloadmarcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.gz
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.bz2
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.lz
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.xz
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.zst
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.zip
Fix the build with new gtk20.
Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9744 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'comms/xdx/Makefile')
-rw-r--r--comms/xdx/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile
new file mode 100644
index 000000000..ca9b14d0d
--- /dev/null
+++ b/comms/xdx/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xdx
+# Date created: 2004-05-21
+# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xdx
+PORTVERSION= 2.2
+PORTREVISION= 1
+CATEGORIES= comms hamradio
+MASTER_SITES= http://pg4i.chronos.org.uk/download/ \
+ http://www.qsl.net/pg4i/download/
+
+MAINTAINER= matt@chronos.org.uk
+COMMENT= Amateur Radio DX cluster monitor
+
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= xdx.1
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
+
+.include <bsd.port.mk>