1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/kamera/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

40 lines
938 B
Makefile

# New ports collection makefile for: kamera
# Date created: July 09 2004
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kamera
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= Digital camera support for KDE
LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2
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}
pre-configure:
${ECHO_CMD} ${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>