aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xlog/Makefile
blob: 11207f4e9e36c0182aab216b768859b24beacae8 (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
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    xlog
# Date created:     2002-11-05
# Whom:         Patrick Gardella <patrick@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   xlog
PORTVERSION=    1.5
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 logging application

USE_GETTEXT=    yes
USE_GNOME=  libgnomeprint gnomelibs gtk20
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-mime-update

LIB_DEPENDS+=   hamlib:${PORTSDIR}/comms/hamlib

MAN1=       xlog.1

.if defined (WITHOUT_NLS)
CONFIGURE_ARGS+=    --disable-nls
WITHNLS=    "@comment "
.else
WITHNLS=    ""
.endif

PLIST_SUB+= WITHNLS=${WITHNLS}

.include <bsd.port.mk>