mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
25 lines
597 B
Makefile
25 lines
597 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kbibtex
|
|
DISTVERSION= 0.6.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases kde
|
|
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:R}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Bibliography editor for KDE
|
|
|
|
LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 \
|
|
libqca.so:devel/qca \
|
|
libqoauth.so:net/qoauth
|
|
|
|
USES= cmake gettext iconv kde:4 shared-mime-info tar:xz
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build \
|
|
webkit
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|