mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
03852c53e2
- Use options helpers [1] - Move sox dependency from BUILD_DEPENDS to LIB_DEPENDS [1] - Force Imagination to use plugins [2] - Adjust GNOME dependencies - Add patch when NLS is not set - Bump PORTREVISION PR: 186596 [1], 186644 [2] Submitted by: Zsolt Udvari [1], [2] Approved by: Jesse Smith (maintainer) [1], timeout (> 1 month) [2]
27 lines
571 B
Makefile
27 lines
571 B
Makefile
# Created by: Jesse <jessefrgsmith@yahoo.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= imagination
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 3
|
|
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
|
|
USE_GNOME= gtk20 intltool intlhack libxslt
|
|
INSTALLS_ICONS= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|