mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2a51b2182a
Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
26 lines
645 B
Makefile
26 lines
645 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kbibtex
|
|
DISTVERSION= 0.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases kde
|
|
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Bibliography editor for KDE
|
|
|
|
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE4= kdelibs kdeprefix automoc4 sharedmime
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build \
|
|
webkit
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|