mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
86b91d76b8
- Change maintainer's email PR: ports/103302 Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer)
24 lines
487 B
Makefile
24 lines
487 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.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
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
|
|
|
MAN1= xdx.1
|
|
|
|
.include <bsd.port.mk>
|