aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/converseen/Makefile
blob: 81a74bfb9a721c7623c9a74d1aec7d16a717eaaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
# $FreeBSD$

PORTNAME=   converseen
PORTVERSION=    0.6.2
CATEGORIES= graphics
MASTER_SITES=   SF/${PORTNAME}/Converseen/Converseen%200.6/

MAINTAINER= fernando.apesteguia@gmail.com
COMMENT=    Easy to use graphics conversion utility

LIB_DEPENDS=    pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
        pcre:${PORTSDIR}/devel/pcre \
        Magick++:${PORTSDIR}/graphics/ImageMagick \
        lcms2:${PORTSDIR}/graphics/lcms2 \
        lqr-1:${PORTSDIR}/graphics/liblqr-1 \
        png15:${PORTSDIR}/graphics/png \
        fftw3:${PORTSDIR}/math/fftw3 \
        freetype:${PORTSDIR}/print/freetype2 \
        expat:${PORTSDIR}/textproc/expat2 \
        fontconfig:${PORTSDIR}/x11-fonts/fontconfig

USE_BZIP2=  yes
USE_AUTOTOOLS=  libltdl
USES=       cmake gettext iconv
USE_XORG=   ice sm x11 xau xcb xdmcp xext xrender xt
USE_QT4=    corelib gui linguist_build moc_build qmake_build \
        rcc_build uic_build
USE_GNOME=  glib20
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>