freebsd-ports/databases/knoda/Makefile
2010-12-04 07:34:27 +00:00

31 lines
742 B
Makefile

# New ports collection makefile for: knoda
# Date created: 26.7.2002
# Whom: arved
#
# $FreeBSD$
PORTNAME= knoda
PORTVERSION= 0.8.1
PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Database frontend for KDE
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
LIB_DEPENDS= hk_classes.13:${PORTSDIR}/databases/hk_classes
USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_PYTHON= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-hk_classes-dir=${LOCALBASE}/lib/hk_classes \
--with-hk_classes-incdir=${LOCALBASE}/include/hk_classes
post-patch:
${REINPLACE_CMD} -e 's,-pedantic ,,' ${WRKSRC}/configure
.include <bsd.port.mk>