b84cb84757
* improved ADIF export * all added ham bands and modes are added to band and mode option * new option to calculate distance and azimuth from locator field * occurance of GMT renamed to UTC * scoring page added to "Dialogs and Windows" dialog
23 lines
608 B
Makefile
23 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.25 2007/07/02 16:20:35 wulf Exp $
|
|
#
|
|
|
|
DISTNAME= xlog-1.5
|
|
CATEGORIES= ham
|
|
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.qsl.net/pg4i/linux/xlog.html
|
|
COMMENT= Amateur Radio logging program
|
|
|
|
USE_DIRS= xdg-1.3
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR=yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-hamlib
|
|
|
|
.include "../../ham/hamlib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../print/libgnomeprint/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|