2013-05-01 20:17:36 +02:00
|
|
|
# Created by: Jesse <jessefrgsmith@yahoo.ca>
|
2011-04-30 00:06:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= imagination
|
|
|
|
PORTVERSION= 3.0
|
2015-05-02 16:02:54 +02:00
|
|
|
PORTREVISION= 5
|
2011-04-30 00:06:35 +02:00
|
|
|
CATEGORIES= multimedia
|
2016-05-18 16:03:49 +02:00
|
|
|
MASTER_SITES= SF
|
2011-04-30 00:06:35 +02:00
|
|
|
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
2013-05-01 20:17:36 +02:00
|
|
|
COMMENT= DVD slideshow maker
|
2011-04-30 00:06:35 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libsox.so:audio/sox \
|
|
|
|
libavcodec.so:multimedia/ffmpeg
|
2011-04-30 00:06:35 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-05-18 16:03:49 +02:00
|
|
|
USES= gmake pkgconfig libtool localbase
|
2014-09-25 17:18:27 +02:00
|
|
|
USE_GNOME= gtk20 intltool libxslt
|
2011-04-30 00:06:35 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2014-07-24 13:08:57 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2011-04-30 00:06:35 +02:00
|
|
|
|
2014-02-21 14:38:20 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-03-14 16:20:36 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_USES= gettext
|
2016-05-18 16:03:49 +02:00
|
|
|
NLS_USES_OFF= gettext-tools
|
2011-04-30 00:06:35 +02:00
|
|
|
|
2014-07-24 13:08:57 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
|
2014-08-26 16:06:08 +02:00
|
|
|
@${REINPLACE_CMD} '/^imagination_LDADD =/s/$$/ -lm/' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2014-07-24 13:08:57 +02:00
|
|
|
|
2013-05-01 20:17:36 +02:00
|
|
|
.include <bsd.port.mk>
|