2005-08-28 13:54:16 +02:00
|
|
|
# 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
|
2012-05-09 01:02:44 +02:00
|
|
|
DISTVERSION= 0.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2005-08-28 13:54:16 +02:00
|
|
|
CATEGORIES= databases kde
|
2012-05-09 01:02:44 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
|
2005-08-28 13:54:16 +02:00
|
|
|
|
2012-05-09 01:02:44 +02:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Bibliography editor for KDE
|
2005-08-28 13:54:16 +02:00
|
|
|
|
2012-05-09 01:02:44 +02:00
|
|
|
LIB_DEPENDS= poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4
|
2010-02-07 15:16:00 +01:00
|
|
|
|
2005-08-28 13:54:16 +02:00
|
|
|
USE_BZIP2= yes
|
2012-05-09 01:02:44 +02:00
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_GNOME= libxml2 libxslt
|
|
|
|
USE_KDE4= kdelibs kdeprefix automoc4 sharedmime
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build \
|
2012-05-09 01:02:44 +02:00
|
|
|
webkit
|
|
|
|
MAKE_JOBS_SAFE= yes
|
2005-08-28 13:54:16 +02:00
|
|
|
|
2005-10-14 16:34:36 +02:00
|
|
|
MAN1= kbibtex.1
|
|
|
|
|
2005-08-28 13:54:16 +02:00
|
|
|
post-patch:
|
2012-05-09 01:02:44 +02:00
|
|
|
${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/CMakeLists.txt
|
2005-08-28 13:54:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|