freebsd-ports/graphics/libvisual04/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

33 lines
1.1 KiB
Makefile

PORTNAME= libvisual
PORTVERSION= 0.4.0
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 04
MAINTAINER= crees@FreeBSD.org
COMMENT= Abstraction library that sits between apps and visual plugin
WWW= https://libvisual.sourceforge.net/
LICENSE= LGPL21+
USES= gettext libtool:keepla pathfix pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
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>