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

PORTNAME=   imagination
PORTVERSION=    3.0
PORTREVISION=   8
CATEGORIES= multimedia
MASTER_SITES=   SF

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

LIB_DEPENDS=    libsox.so:audio/sox \
        libavcodec.so:multimedia/ffmpeg

GNU_CONFIGURE=  yes
USES=       gmake pkgconfig libtool localbase
USE_GNOME=  gtk20 intltool libxslt
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes
NLS_CONFIGURE_ENABLE=   nls
NLS_USES=   gettext
NLS_USES_OFF=   gettext-tools

post-patch:
    @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} '/^imagination_LDADD =/s/$$/ -lm/' \
        ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>