freebsd-ports/multimedia/subtitleeditor/Makefile
Antoine Brodin f0d0f3d8e0 Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
2015-06-08 05:59:13 +00:00

39 lines
994 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= subtitleeditor
PORTVERSION= 0.41.1
CATEGORIES= multimedia
MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Subtitle editor
LICENSE= GPLv3
BUILD_DEPENDS= iso-codes>0:${PORTSDIR}/misc/iso-codes
LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
libpcre.so:${PORTSDIR}/devel/pcre \
libenchant.so:${PORTSDIR}/textproc/enchant
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= desktop-file-utils gettext gmake libtool pkgconfig
USE_GNOME= gtkmm24
USE_GSTREAMER= good mm
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS OPENGL
OPTIONS_SUB= yes
NLS_CONFIGURE_OFF= --disable-nls
OPENGL_LIB_DEPENDS= libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm
OPENGL_USE= gl=glu
OPENGL_CONFIGURE_ENABLE=gl
.include <bsd.port.mk>