blob: 798d5c34cc96df22a3cc61b4ed7ef0b7f55b086d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.13 2006/05/16 13:27:33 tonio Exp $
.include "Makefile.common"
BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
USE_TOOLS+= makeinfo
INFO_FILES= # PLIST
CONFIGURE_ARGS+= --disable-gtk-peer
.include "../../mk/bsd.pkg.mk"
|