freebsd-ports/multimedia/subtitlecomposer/Makefile
Rong-En Fan f54e24afd0 - Update to 0.4.1
PR:		ports/123020
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer)
2008-04-24 16:24:55 +00:00

36 lines
727 B
Makefile

# New ports collection makefile for: subtitlecomposer
# Date created: 2008-01-08
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= subtitlecomposer
PORTVERSION= 0.4.1
CATEGORIES= multimedia
MASTER_SITES= SF
MASTER_SITE_SUBDIR=subcomposer
MAINTAINER= makc@issp.ac.ru
COMMENT= Subtitle editor for KDE
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gstreamer
INSTALLS_ICONS= yes
OPTIONS= XINE "Enable Xine backend" off
.include <bsd.port.pre.mk>
.if defined(WITH_XINE)
LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine
.else
CONFIGURE_ARGS+=--without-xine
.endif
.include <bsd.port.post.mk>