1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/smooth/Makefile
Daniel Engberg 664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00

35 lines
933 B
Makefile

PORTNAME= smooth
PORTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= danfe@FreeBSD.org
COMMENT= Object-oriented C++ class library
WWW= https://www.smooth-project.org/
LICENSE= ART20
LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \
libcurl.so:ftp/curl \
libfribidi.so:converters/fribidi \
libharfbuzz.so:print/harfbuzz \
libpng.so:graphics/png \
libwebp.so:graphics/webp
USES= gmake gnome iconv jpeg localbase pkgconfig xorg
USE_LDCONFIG= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2
USE_XORG= x11
MAKE_ARGS= config="systemlibcpuid systemlibwebp"
post-extract:
@${REINPLACE_CMD} -e 's,register ,,' \
${WRKSRC}/classes/gui/dialogs/colordlg.cpp
# Prevent accidental build/use of bundled libraries' code/headers
@${RM} -r ${WRKSRC}/libraries/fribidi ${WRKSRC}/libraries/lib* \
${WRKSRC}/libraries/v8 ${WRKSRC}/libraries/zlib
@${RM} -r ${WRKSRC}/include/support
.include <bsd.port.mk>