789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
36 lines
962 B
Makefile
36 lines
962 B
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= 8
|
|
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
|
|
|
|
USE_GNOME= gnomehack gtk12
|
|
USE_SDL= sdl
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_FILES= lib/xmms/Input/libsmpeg_xmms.so
|
|
|
|
# This is to avoid libtool running ldconfig -m ${LOCALBASE}/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.mk>
|