33 lines
859 B
Makefile
33 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/07/21 17:33:11 marttikuparinen Exp $
|
|
#
|
|
|
|
DISTNAME= fwbuilder-1.0.10
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
|
|
|
|
MAINTAINER= marc@informatik.uni-bremen.de
|
|
HOMEPAGE= http://www.fwbuilder.org/
|
|
COMMENT= Firewall configuration and management tool
|
|
|
|
USE_CXX= yes
|
|
USE_X11= yes
|
|
USE_GMAKE= yes
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
BUILD_USES_MSGFMT= yes
|
|
BUILD_USES_GETTEXT_M4= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --force --copy
|
|
cd ${WRKSRC} && ${ACLOCAL}
|
|
cd ${WRKSRC} && ${AUTOCONF}
|
|
|
|
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
|
.include "../../x11/gtk--/buildlink2.mk"
|
|
.include "../../wip/libfwbuilder/buildlink2.mk"
|
|
|
|
.include "../../mk/automake.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|