blob: eca708bfc16f41382a3f3eb3903f25a2d7fa61d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xdx
# Date created: 2004-05-21
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= xdx
PORTVERSION= 1.2
CATEGORIES= comms
MASTER_SITES= http://www.qsl.net/pg4i/download/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
MAINTAINER= matt@mattsnetwork.co.uk
COMMENT= Amateur Radio DX cluster monitor
USE_X_PREFIX= yes
USE_GNOME= pkgconfig gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= xdx.1
.include <bsd.port.mk>
|