freebsd-ports/devel/smooth/Makefile
Alexey Dokuchaev 07d9d5b234 devel/smooth: update to version 0.9.8.
Reported by:	portscout
2021-06-28 13:48:33 +00:00

32 lines
845 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= smooth
PORTVERSION= 0.9.8
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= danfe@FreeBSD.org
COMMENT= Object-oriented C++ class library
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:
# 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>