mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6278c307dc
PR: ports/94663 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
24 lines
474 B
Makefile
24 lines
474 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.0
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \
|
|
http://www.qsl.net/pg4i/download/
|
|
|
|
MAINTAINER= matt@mattsnetwork.co.uk
|
|
COMMENT= Amateur Radio DX cluster monitor
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= xdx.1
|
|
|
|
.include <bsd.port.mk>
|