freebsd-ports/databases/kbibtex/Makefile
Raphael Kubo da Costa 08ea67cb98 Update CMake to 3.4.0.
Release notes: https://cmake.org/cmake/help/v3.4/release/3.4.html

- Bump PORTREVISION in a few ports that do not ship SOVERSIONed libraries
  anymore (see https://cmake.org/gitweb?p=cmake.git;a=commit;h=f799ffb5).
- Switch MASTER_SITES to https.

PR:		204629
2015-11-30 14:20:13 +00:00

24 lines
663 B
Makefile

# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$
PORTNAME= kbibtex
DISTVERSION= 0.6
PORTREVISION= 1
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 \
libqca.so:${PORTSDIR}/devel/qca \
libqoauth.so:${PORTSDIR}/net/qoauth
USES= cmake iconv shared-mime-info tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE4= kdelibs kdeprefix automoc4
USE_QT4= qmake_build moc_build uic_build rcc_build \
webkit
USE_LDCONFIG= yes
.include <bsd.port.mk>