freebsd-ports/comms/xlog/Makefile

42 lines
850 B
Makefile
Raw Normal View History

# New ports collection makefile for: xlog
# Date created: 2002-11-05
# Whom: Patrick Gardella <patrick@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= xlog
2004-02-04 17:15:04 +01:00
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= An Amateur Radio station logging application
2004-04-19 06:47:10 +02:00
BROKEN= "Does not compile"
USE_GNOME= gtk20
GNU_CONFIGURE= yes
MAN1= xlog.1
.include <bsd.port.pre.mk>
2004-02-04 17:15:04 +01:00
2004-03-19 23:54:47 +01:00
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
2004-02-04 17:15:04 +01:00
.if defined(WITH_HAMLIB)
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
CONFIGURE_ARGS+= --enable-hamlib
PLIST_SUB+= HAMLIB=""
USE_GNOME= pkgconfig
.endif
pre-extract:
.if !defined(WITH_HAMLIB)
@${ECHO_MSG} "You can enable hamlib support for Xlog by defining WITH_HAMLIB"
2004-02-04 17:15:04 +01:00
.endif
.include <bsd.port.post.mk>