# New ports collection makefile for: digikam-plugins # Date created: 15 February 2004 # Whom: Arjan van Leeuwen # # $FreeBSD$ # PORTNAME= kipi-plugins PORTVERSION= 0.1.0.r1 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= digikam DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= avleeuwen@piwebs.com COMMENT= KDE Image Plugin Interface plugins LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ kipi.1:${PORTSDIR}/graphics/libkipi \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ Imlib2.3:${PORTSDIR}/graphics/imlib2 OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ BATCHPROCESSIMAGES "batch processing on images" on \ CALENDAR "create calendars" on \ CDARCHIVING "create album CDs" on \ FINDIMAGES "find duplicate images in albums" on \ FLICKREXPORT "export images to flickr account" on \ GALLERYEXPORT "album to remote Gallery server export" on \ IMAGESGALLERY "album to HTML gallery export" on \ JPEGLOSSLESS "batch processing without losing meta info" on \ KAMERAKLIENT "GPhoto2 interface (import from cameras)" on \ MPEGENCODER "tool to build a video from images" on \ PRINTWIZARD "a print wizard" on \ RAWCONVERTER "convert RAW images from digital cameras" on \ SENDIMAGES "an email images plugin" on \ SLIDESHOW "create a slideshow" on \ TIMEADJUST "adjust image file time and date" on \ WALLPAPER "set your image as wallpaper" on USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_KDELIBS_VER=3 CONFIGURE_ARGS+=--program-prefix='' .include .if ${OSVERSION} < 500000 CONFIGURE_ARGS+=--enable-final .endif .if !defined(WITHOUT_ACQUIREIMAGES) PLIST_SUB+= ACQUIREIMAGES:="" SUBDIRS+= acquireimages .else PLIST_SUB+= ACQUIREIMAGES:="@comment " .endif .if !defined(WITHOUT_BATCHPROCESSIMAGES) PLIST_SUB+= BATCHPROCESSIMAGES:="" SUBDIRS+= batchprocessimages .else PLIST_SUB+= BATCHPROCESSIMAGES:="@comment " .endif .if !defined(WITHOUT_CALENDAR) PLIST_SUB+= CALENDAR:="" SUBDIRS+= calendar .else PLIST_SUB+= CALENDAR:="@comment " .endif .if !defined(WITHOUT_CDARCHIVING) PLIST_SUB+= CDARCHIVING:="" RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b SUBDIRS+= cdarchiving .else PLIST_SUB+= CDARCHIVING:="@comment " .endif .if !defined(WITHOUT_FINDIMAGES) PLIST_SUB+= FINDIMAGES:="" SUBDIRS+= findimages .else PLIST_SUB+= FINDIMAGES:="@comment " .endif .if !defined(WITHOUT_FLICKREXPORT) PLIST_SUB+= FLICKREXPORT:="" SUBDIRS+= flickrexport .else PLIST_SUB+= FLICKREXPORT:="@comment " .endif .if !defined(WITHOUT_GALLERYEXPORT) PLIST_SUB+= GALLERYEXPORT:="" SUBDIRS+= galleryexport .else PLIST_SUB+= GALLERYEXPORT:="@comment " .endif .if !defined(WITHOUT_IMAGESGALLERY) PLIST_SUB+= IMAGESGALLERY:="" SUBDIRS+= imagesgallery .else PLIST_SUB+= IMAGESGALLERY:="@comment " .endif .if !defined(WITHOUT_JPEGLOSSLESS) PLIST_SUB+= JPEGLOSSLESS:="" SUBDIRS+= jpeglossless .else PLIST_SUB+= JPEGLOSSLESS:="@comment " .endif .if !defined(WITHOUT_KAMERAKLIENT) PLIST_SUB+= KAMERAKLIENT:="" SUBDIRS+= kameraklient LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 .else PLIST_SUB+= KAMERAKLIENT:="@comment " .endif .if !defined(WITHOUT_MPEGENCODER) PLIST_SUB+= MPEGENCODER:="" RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ convert:${PORTSDIR}/graphics/ImageMagick MAN1+= images2mpg.1 SUBDIRS+= mpegencoder .else PLIST_SUB+= MPEGENCODER:="@comment " .endif .if !defined(WITHOUT_PRINTWIZARD) PLIST_SUB+= PRINTWIZARD:="" SUBDIRS+= printwizard .else PLIST_SUB+= PRINTWIZARD:="@comment " .endif .if !defined(WITHOUT_RAWCONVERTER) PLIST_SUB+= RAWCONVERTER:="" RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw MAN1+= kipidcrawclient.1 SUBDIRS+= rawconverter .else PLIST_SUB+= RAWCONVERTER:="@comment " .endif .if !defined(WITHOUT_SENDIMAGES) PLIST_SUB+= SENDIMAGES:="" SUBDIRS+= sendimages .else PLIST_SUB+= SENDIMAGES:="@comment " .endif .if !defined(WITHOUT_SLIDESHOW) PLIST_SUB+= SLIDESHOW:="" SUBDIRS+= slideshow .else PLIST_SUB+= SLIDESHOW:="@comment " .endif .if !defined(WITHOUT_TIMEADJUST) PLIST_SUB+= TIMEADJUST:="" SUBDIRS+= timeadjust .else PLIST_SUB+= TIMEADJUST:="@comment " .endif .if !defined(WITHOUT_WALLPAPER) PLIST_SUB+= WALLPAPER:="" SUBDIRS+= wallpaper .else PLIST_SUB+= WALLPAPER:="@comment " .endif post-patch:: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in @${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \ ${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \ ${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp .include n value='mate-1.18'>mate-1.18 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document apache -- mod_rewrite ldap buffer overflow vulnerability.simon2006-07-291-0/+99
* - Update to 0.5acm2006-07-292-4/+4
* - Fix MASTER_SITESsat2006-07-281-1/+1
* 1 - build and install lib/openvpn-down-root.so plugin (see --plugin option initetcu2006-07-2812-9/+165
* - Updating the Osiris integrity checking system to 4.2.1. This version includesitetcu2006-07-283-72/+5
* fix option textmharo2006-07-281-1/+1
* Fix error in latest mozilla entry which marked all firefox version assimon2006-07-281-1/+2
* Fix typo in previous commit.shaun2006-07-281-1/+1
* - Fix build on 64-bit machines.shaun2006-07-283-8/+19
* Document mozilla -- multiple vulnerabilities.simon2006-07-271-0/+99
* Fix build on 4.xgarga2006-07-272-4/+10
* (c) Rong-En Fan's, http://rafan.infor.org/patch/sshit.diffrafan2006-07-272-0/+40
* Add courieruserinfo 1.1.2, user account information retrieval utility.clsung2006-07-276-0/+101
* - Update to release 1.1.2clsung2006-07-274-6/+76
* - Update to 0.9.10.1garga2006-07-262-4/+8
* Patching osiris in response to CVE-2006-3120.itetcu2006-07-262-1/+68
* * Update to 0.7.5garga2006-07-253-4/+5
* Update to 20060724garga2006-07-242-4/+4
* - update to 5.42clsung2006-07-242-4/+4
* - Update mastersite.jmelo2006-07-242-36/+6
* - The big change on ports of freepascal, now all ports are compiledacm2006-07-244-4/+34
* - Respect CC and CFLAGSgarga2006-07-231-4/+4
* - Update to 0.3.4sat2006-07-232-5/+5
* Change maintainer address to my @FreeBSD.org emailacm2006-07-233-3/+3
* - Update to 0.1.0miwi2006-07-234-12/+13
* - Update to 0.1.0miwi2006-07-233-5/+5
* Add trans-proxy-tor, transparent proxy used to redirect TCPmiwi2006-07-2210-0/+321
* Add dns-proxy-tor, resolves DNS requests through Tor.miwi2006-07-229-0/+283
* - Update to 0.9.402rafan2006-07-213-134/+169
* - Update to 0.9.8.1rafan2006-07-213-19/+15
* - Update mastersite.jmelo2006-07-211-4/+3
* Add p5-Data-Entropy 0.000, entropy (randomness) management.clsung2006-07-205-0/+77
* Clean up sig_stop values. In most cases this means removing a leading -,dougb2006-07-202-2/+1
* - Update to 0.9.10rafan2006-07-193-8/+11
* - update to 3.7.0clsung2006-07-194-9/+10
* - Update to 1.2.20miwi2006-07-192-4/+4
* Update to 1.5.8miwi2006-07-192-5/+4
* Upgrade to 20060712a.sumikawa2006-07-185-26/+36
* - update to 2.0.3clsung2006-07-173-12/+14
* Mark broken as appropriate: does not compile on 4.X, does not package on 5.X.linimon2006-07-171-0/+8
* Cause the KDC to also listen on the loopback interface. This is usefulcy2006-07-178-0/+304
* Fix plugin loader. This fixes krb5kdc and kdb5_util.cy2006-07-1748-0/+1344
* - update to 3.26.1clsung2006-07-163-11/+11
* Fix WWWgarga2006-07-161-1/+1
* Use PLIST_FILES instead of PLIST.linimon2006-07-161-1/+1
* Update the portrevision that wasn't part of the patchjeh2006-07-151-1/+1
* Add support for amd64jeh2006-07-15