mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
461f3c5adb
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.
41 lines
913 B
Makefile
41 lines
913 B
Makefile
# New ports collection makefile for: kuickshow
|
|
# Date created: July 09 2004
|
|
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kuickshow
|
|
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= KDE image viewer
|
|
|
|
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
|
|
|
|
USE_GNOME= imlib
|
|
|
|
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>
|