aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmps/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:52:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:52:13 +0000
commit42c37c868eeecde4f3cb1447c2bce6dfa819d269 (patch)
treee9f567648b7704fa8cff3267cffc072c9c2b588f /multimedia/xmps/Makefile
parenta63d7250bc65c2014bc12ce6574223a61fa3aac6 (diff)
downloadports-42c37c868eeecde4f3cb1447c2bce6dfa819d269.tar.gz
ports-42c37c868eeecde4f3cb1447c2bce6dfa819d269.zip
remove unmaintained expired ports from multimedia
2011-05-01 multimedia/gtksubtitler: Upstream disapear and distfile is no more available 2011-05-01 multimedia/hayes: Upstream disapear and distfile is no more available 2011-05-01 multimedia/linux-libtheora: deprecated please use linux-f[89]-libtheora 2011-05-01 multimedia/netshow: Distfile is no more available 2011-05-01 multimedia/smpeg-xmms: Distfile is no more available 2011-05-01 multimedia/streamdvd: upstream and distfile is no more available 2011-05-01 multimedia/sublib: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/tkxanim: Upstream has disapear and dstfile is no more available 2011-05-01 multimedia/tosvcd: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/tv_grab_au: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/xdvshow: upstream has disapear and distfile is no more available 2011-05-01 multimedia/xmms-avi: Distfile is no more available 2011-05-01 multimedia/xmms-skins: Distfile is no more available 2011-05-01 multimedia/xmps: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/xvid4conf: Upstream has disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273449
Diffstat (limited to 'multimedia/xmps/Makefile')
-rw-r--r--multimedia/xmps/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile
deleted file mode 100644
index 59c07206b98c..000000000000
--- a/multimedia/xmps/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: XMPS
-# Date created: 15 June 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmps
-PORTVERSION= 0.2.0
-PORTREVISION= 12
-CATEGORIES= multimedia gnome
-MASTER_SITES= http://ftp.vin.bg.ac.yu/linux/mmedia/xmps/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X MPEG Player System - a media player with a very nice GUI
-
-DEPRECATED= Upstream has disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_GETTEXT= yes
-USE_SDL= sdl
-USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g'
-# Fixes for GCC 4.2
- @${REINPLACE_CMD} -e 's|X" (mem)|m" (mem)|' \
- ${WRKSRC}/codecs/video/mpeg3/mmx.h
- @${REINPLACE_CMD} -e '42,44s|^static ||' \
- ${WRKSRC}/codecs/video/mpeg3/slice.c
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>