21 lines
484 B
Makefile
21 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.38 2008/06/20 01:09:27 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xchm-1.13
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://xchm.sourceforge.net/
|
|
COMMENT= CHM viewer for UNIX
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/chmlib/buildlink3.mk"
|
|
.include "../../x11/wxGTK/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|