568f8e877f
for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun!
27 lines
533 B
Makefile
27 lines
533 B
Makefile
# New ports collection makefile for: ebook-tools
|
|
# Date created: 2008-07-13
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ebook-tools
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= textproc kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Accessing and converting various ebook file formats
|
|
|
|
LIB_DEPENDS= zip.1:${PORTSDIR}/archivers/libzip
|
|
|
|
USE_KDE4= kdehier kdeprefix
|
|
USE_CMAKE= yes
|
|
CMAKE_VERBOSE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= libxml2 pkgconfig
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/build
|
|
|
|
.include <bsd.port.mk>
|