summaryrefslogtreecommitdiff
path: root/multimedia/gxine/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-06-26 13:24:09 +0200
committerRene Ladan <rene@FreeBSD.org>2021-06-26 13:24:09 +0200
commite7caeb58488c6a6924571a5297ac8a745c2e1c52 (patch)
treee3eec343eea7f50c65531c104be2f512e8db3bfc /multimedia/gxine/Makefile
parent*/*: Remove expired ports: (diff)
*/*: Remove expired ports:
2021-06-23 multimedia/gxine: Uses EOL Python 2.7 via lang/spidermonkey185 2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream
Diffstat (limited to 'multimedia/gxine/Makefile')
-rw-r--r--multimedia/gxine/Makefile60
1 files changed, 0 insertions, 60 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
deleted file mode 100644
index 1cb7cb9942e0..000000000000
--- a/multimedia/gxine/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Grigori Goronzy <greg@chown.ath.cx>
-
-PORTNAME= gxine
-PORTVERSION= 0.5.910
-PORTREVISION= 3
-CATEGORIES= multimedia
-MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Alternative GUI for the Xine media player
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185
-EXPIRATION_DATE=2021-06-23
-
-LIB_DEPENDS= libnspr4.so:devel/nspr \
- libmozjs185.so:lang/spidermonkey185 \
- libxine.so:multimedia/libxine
-
-USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME= gtk30
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-hal --with-libintl-prefix=${LOCALBASE} \
- --with-gtk3 --without-dbus --disable-integration-wizard
-INSTALLS_ICONS= yes
-LLD_UNSAFE= yes
-
-OPTIONS_DEFINE= LIRC NLS WEBPLUGIN
-OPTIONS_SUB= yes
-
-WEBPLUGIN_DESC= Build and/or install Web browser plugins
-
-LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
-LIRC_CONFIGURE_ENABLE= lirc
-LIRC_USES= localbase
-
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
-
-WEBPLUGIN_USE= xorg=xaw
-WEBPLUGIN_USES= webplugin:native xorg
-WEBPLUGIN_CONFIGURE_WITH= browser-plugin
-WEBPLUGIN_DIR= ${PREFIX}/lib/gxine
-WEBPLUGIN_FILES= gxineplugin.so
-
-post-patch:
- @${REINPLACE_CMD} -e \
- '/CFLAGS/s|-I/usr/local/include|| ; \
- /CFLAGS/s|-L/usr/local/lib|| ; \
- /CPPFLAGS/s|-I/usr/local/include|| ; \
- s|XINE_LIST=.*|XINE_LIST=|' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|@MAKE_PNG_TRUE@|#|' ${WRKSRC}/pixmaps/Makefile.in
-
-post-install-WEBPLUGIN-on:
- @${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/${WEBPLUGIN_FILES}
-
-.include <bsd.port.mk>