freebsd-ports/graphics/libvisual04/Makefile
Ade Lovett abc3976ac8 Fix include file path conflict with other libvisual ports.
Submitter also takes maintainership from ports@

PR:		154530
Submitted by:	Chris Rees <utisoft (at) gmail (dot) com>
2011-03-23 21:34:44 +00:00

40 lines
1.3 KiB
Makefile

# New ports collection makefile for: libvisual
# Date created: 23 oktober 2004
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libvisual
PORTVERSION= 0.4.0
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 04
MAINTAINER= utisoft@gmail.com
COMMENT= Abstraction library that sits between apps and visual plugin
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack pkgconfig
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
VER= -0.4
PLIST_SUB= VER=${VER}
post-patch:
@${REINPLACE_CMD} -e 's|-Wno-unused-variable||g;s|-O3|${CFLAGS}|g' \
${WRKSRC}/libvisual/Makefile.in
@${REINPLACE_CMD} -e 's|sys/sched.h||g' -e '/test.*==/s|==|=|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|$$<|$${.ALLSRC}|g'
@${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} \
-e 's#include <libvisual/#include <libvisual${VER}/libvisual/#'
@${MKDIR} -p ${WRKSRC}/${PORTNAME}/${PORTNAME}${VER}
@${LN} -s ${WRKSRC}/${PORTNAME} \
${WRKSRC}/${PORTNAME}/${PORTNAME}${VER}/${PORTNAME}
.include <bsd.port.mk>