aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/imagination/Makefile
blob: 1dd4b231bcae3aebb3ae7d46b05de29d433e4486 (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
# Created by: Jesse <jessefrgsmith@yahoo.ca>
# $FreeBSD$

PORTNAME=   imagination
PORTVERSION=    3.0
PORTREVISION=   4
CATEGORIES= multimedia
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/

MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT=    DVD slideshow maker

LIB_DEPENDS=    libsox.so:${PORTSDIR}/audio/sox \
        libavcodec.so:${PORTSDIR}/multimedia/ffmpeg

GNU_CONFIGURE=  yes
USES=       gmake pkgconfig pathfix libtool
USE_GNOME=  gtk20 intltool intlhack libxslt
INSTALLS_ICONS= yes

LIBS+=      `pkg-config --libs gmodule-2.0`

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes
NLS_CONFIGURE_ENABLE=   nls
NLS_USES=   gettext

.include <bsd.port.mk>