33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:44 joerg Exp $
|
|
|
|
DISTNAME= libfwbuilder-2.0.10
|
|
PKGREVISION= 2
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.fwbuilder.org/
|
|
COMMENT= Firewall Builder API
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c++
|
|
|
|
post-install:
|
|
${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/src/fwbuilder/libfwbuilder.la ${PREFIX}/lib
|
|
${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/src/fwcompiler/libfwcompiler.la ${PREFIX}/lib
|
|
${LIBTOOL} --mode=finish ${PREFIX}/lib
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/net-snmp/buildlink3.mk"
|
|
.include "../../textproc/libxml/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
# 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 "../../mk/bsd.pkg.mk"
|