1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/multimedia/smpeg-xmms/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

47 lines
1.1 KiB
Makefile

# 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.5
PORTREVISION= 5
CATEGORIES= multimedia gnome
MASTER_SITES= http://www.xmms.org/files/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/multimedia/xmms/%SUBDIR%/
MASTER_SITE_SUBDIR= plugins/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A mpeg video plugin for XMMS
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg \
xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libsmpeg_xmms.so
USE_X_PREFIX= yes
USE_SDL= sdl
USE_GNOME= gnomehack gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input
do-install:
${MKDIR} ${PREFIX}/lib/xmms/Input
${INSTALL_PROGRAM} \
${WRKSRC}/src/.libs/libsmpeg_xmms.so ${PREFIX}/lib/xmms/Input
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700029
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>