freebsd-ports/security/libfwbuilder-devel/Makefile
Mario Sergio Fujikawa Ferreira 9764e65058 Deploy USE_GNOMENG infrastructure
PR:		42288
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:18:25 +00:00

26 lines
594 B
Makefile

# New ports collection makefile for: libfwbuilder
# Date Created: 27 May 2002
# Whom: Sergey Lyubka <devnull@asitatech.ie>
#
# $FreeBSD$
PORTNAME= libfwbuilder
PORTVERSION= 0.10.7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fwbuilder
MAINTAINER= devnull@uptsoft.com
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.1:${PORTSDIR}/textproc/libxslt \
sigc.1:${PORTSDIR}/devel/libsigc++
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>