![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / fwbuilder / Attic / Makefile (download)
Revision 1.11, Sat Mar 4 21:30:34 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:34 jlam Exp $ DISTNAME= fwbuilder-2.0.10 PKGREVISION= 2 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/} MAINTAINER= pkgsrc-users@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"