aboutsummaryrefslogtreecommitdiff
path: root/databases/keximdb/Makefile
blob: 2d21beb970d839e9de8241e69c6c1027f1cec460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	keximdb
# Date created:				29 Apr 2006
# Whom:					Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$

PORTNAME=		keximdb
PORTVERSION=		1.1.0
PORTREVISION=	5
CATEGORIES=		databases
MASTER_SITES=		${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	stable/koffice-1.6.3/src

MAINTAINER=		kde@FreeBSD.org
COMMENT=		MS Access import plugin for Kexi

LIB_DEPENDS=		kexicore:${PORTSDIR}/editors/koffice-kde3

USE_KDELIBS_VER=	3
USE_GMAKE=		yes
USE_AUTOTOOLS=		libtool:22
USE_LDCONFIG=		yes

.include <bsd.port.mk>