freebsd-ports/graphics/xmms-paranormal/Makefile
Mario Sergio Fujikawa Ferreira 37866bd9b2 Deploy USE_REINPLACE
Submitted by:	maintainer
2002-11-07 05:12:19 +00:00

38 lines
913 B
Makefile

# New ports collection makefile for: xmms-paranormal
# Date created: 25 Apr 2002
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= xmms-paranormal
PORTVERSION= 0.2.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= paranormal
DISTNAME= paranormal-${PORTVERSION:S/.p/pre/}
MAINTAINER= dyeske@yahoo.com
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
SDL-1.1.4:${PORTSDIR}/devel/sdl12
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL_CONFIG}"
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_GMAKE= yes
USE_MESA= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' \
${BUILD_WRKSRC}/xmms.c
.include <bsd.port.mk>