1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/graphics/kooka/Makefile
Michael Nottebrock 461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00

42 lines
1.0 KiB
Makefile

# New ports collection makefile for: kooka
# Date created: July 09 2004
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kooka
PORTVERSION= ${KDE_VERSION}
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
PKGNAMEPREFIX= kdegraphics-
DISTNAME= kdegraphics-${PORTVERSION}
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Raster image scan program for KDE
LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends
RUN_DEPENDS= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr
CONFLICTS= kdegraphics-3.1.* kdegraphics-3.2.[0-3]
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/kdegraphics-${PORTVERSION}
INSTALLS_SHLIB= yes
pre-configure:
${ECHO_CMD} libkscan ${PORTNAME} doc > ${WRKSRC}/inst-apps
${REINPLACE_CMD} \
's|^SUBDIRS =.*${PORTNAME}.*$$|SUBDIRS =\. ${PORTNAME}|g' \
${WRKSRC}/doc/Makefile.in
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>