mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0c21c89d10
Approved by: portmgr (mcl, implicit)
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# 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= 1
|
|
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:15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|