freebsd-ports/security/libfwbuilder/Makefile
Pav Lucistnik f5f6eb87ce - Mark BROKEN: does not configure
Reported by:	pointyhat
Approved by:	portmgr (self)
2008-09-17 19:28:52 +00:00

51 lines
1.2 KiB
Makefile

# New ports collection makefile for: libfwbuilder
# Date Created: 27 May 2002
# Whom: Sergey Lyubka <devnull@asitatech.ie>
#
# $FreeBSD$
PORTNAME= libfwbuilder
PORTVERSION= 3.0.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fwbuilder
MAINTAINER= cy@FreeBSD.org
COMMENT= Firewall Builder API
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \
netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
BROKEN= does not configure
PLIST_SUB= BUILD_VERSION=${PORTVERSION}
USE_QT_VER= 4
QTDIR?= ${QT_PREFIX}
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
post-install:
${RM} ${PREFIX}/lib/libfwbuilder.so.8.0
${RM} ${PREFIX}/lib/libfwcompiler.so.8.0
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
.if defined(NOPORTDOCS)
BROKEN= NOPORTDOCS is incomplete in this port
.endif
.include <bsd.port.post.mk>