aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/converseen/Makefile
blob: 69d20ff815f1542015d4ff05be64584b8476cb91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
# $FreeBSD$

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

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

LIB_DEPENDS=    libMagick++.so:${PORTSDIR}/graphics/ImageMagick

USE_BZIP2=  yes
USES=       cmake gettext iconv
USE_QT4=    corelib gui linguist_build moc_build qmake_build \
        rcc_build uic_build

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/converseen

.include <bsd.port.mk>