1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/comms/xlog/Makefile
Sergey Matveychuk 681b01ada2 - Update to 1.0
PR:		ports/74941
Submitted by:	maintainer
2004-12-11 20:03:29 +00:00

33 lines
697 B
Makefile

# New ports collection makefile for: xlog
# Date created: 2002-11-05
# Whom: Patrick Gardella <patrick@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= xlog
PORTVERSION= 1.0
CATEGORIES= comms
MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \
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
.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>