blob: 6efbd50613c9783f669110b3dd800663164b4f6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= smooth
PORTVERSION= 0.9.10
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>
|