mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
533f641f30
PR: 23875 Submitted by: Munehiro Matsuda <haro@kubota.co.jp>
36 lines
852 B
Makefile
36 lines
852 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.3
|
|
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.1:${PORTSDIR}/audio/xmms
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GTK= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|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>
|