aboutsummaryrefslogtreecommitdiff
path: root/databases/kbibtex/Makefile
blob: 2f8eceb63eb93e5594d11c6df16c8aba0774ca62 (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
25
26
27
28
# New ports collection makefile for:	kbibtex
# Date created:				Mon Aug  8 18:43:04 CEST 2005
# Whom:					Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	kbibtex
PORTVERSION=	0.2.3
PORTREVISION=	3
CATEGORIES=	databases kde
MASTER_SITES=	http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	BibTeX editor for KDE

LIB_DEPENDS=	yaz.4:${PORTSDIR}/net/yaz

USE_BZIP2=	yes
USE_KDELIBS_VER=3
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool

MAN1=		kbibtex.1

post-patch:
	@${REINPLACE_CMD} -e 's|-O2||g'	${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>