Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
26 lines
697 B
Makefile
26 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.34 2010/06/13 22:44:48 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xlog-1.5
|
|
PKGREVISION= 7
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR=yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-hamlib
|
|
|
|
.include "../../databases/shared-mime-info/buildlink3.mk"
|
|
.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"
|