aboutsummaryrefslogtreecommitdiff
path: root/multimedia/smpeg-xmms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/smpeg-xmms/Makefile')
-rw-r--r--multimedia/smpeg-xmms/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile
deleted file mode 100644
index e97b57f4fc78..000000000000
--- a/multimedia/smpeg-xmms/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: smpeg-xmms
-# Date created: 30 August 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= smpeg-xmms
-PORTVERSION= 0.3.4
-CATEGORIES= graphics gnome
-MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/
-
-MAINTAINER= sobomax@FreeBSD.org
-
-LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \
- xmms.3:${PORTSDIR}/multimedia/xmms
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-
-USE_X_PREFIX= yes
-USE_GNOMENG= yes
-USE_GNOME= gtk12
-USE_LIBTOOL= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-post-configure:
- @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
- ${WRKSRC}/libtool
-
-.include <bsd.port.mk>