mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
42 lines
1001 B
Makefile
42 lines
1001 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= subtitleeditor
|
|
PORTVERSION= 0.41.1
|
|
PORTREVISION= 2
|
|
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:misc/iso-codes
|
|
LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
|
|
libpcre.so:devel/pcre \
|
|
libenchant.so:textproc/enchant
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils gettext gmake libtool pkgconfig
|
|
USE_GNOME= gtkmm24 intltool
|
|
USE_GSTREAMER= good mm
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
INSTALLS_ICONS= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CXXFLAGS+= -std=c++11
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= NLS OPENGL
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
OPENGL_LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm
|
|
OPENGL_USE= gl=glu
|
|
OPENGL_CONFIGURE_ENABLE=gl
|
|
|
|
.include <bsd.port.mk>
|