blob: 6b30c8c0a3723214b4436d0124b6cdf87ec28379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.9 2006/01/24 07:32:32 wiz Exp $
DISTNAME= fwbuilder-2.0.10
PKGREVISION= 1
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fwbuilder.org/
COMMENT= Firewall Builder GUI
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c++
UNLIMIT_RESOURCES+= datasize
QMAKE= ${QTDIR}/bin/qmake
CONFIGURE_ENV+= QMAKE=${QMAKE:Q}
MAKE_ENV+= QMAKE=${QMAKE:Q}
# XXX Please verify whether qt3-tools is really needed at run-time.
# If it is, then remove this comment. If it is not, then remove
# this comment and the line below, and bump PKGREVISION.
BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../security/libfwbuilder/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|