freebsd-ports/comms/xlog/Makefile
Volker Stolz 494104801f Fix for gnome-libs induced breakage.
PR:		ports/68818
Submitted by:	maintainer
2004-07-08 19:35:06 +00:00

33 lines
685 B
Makefile

# New ports collection makefile for: xlog
# Date created: 2002-11-05
# Whom: Patrick Gardella <patrick@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= xlog
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= matt@mattsnetwork.co.uk
COMMENT= Amateur Radio logging application
USE_X_PREFIX= yes
USE_GNOME= libgnomeprint
GNU_CONFIGURE= yes
USE_GMAKE= yes
.if defined(WITH_HAMLIB)
LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
CONFIGURE_ARGS+= --enable-hamlib
.endif
MAN1= xlog.1
pre-extract:
.if !defined(WITH_HAMLIB)
@${ECHO_MSG} "You can enable hamlib support for Xlog by defining WITH_HAMLIB"
.endif
.include <bsd.port.mk>