View | Details | Raw Unified | Return to bug 267267
Collapse All | Expand All

(-)b/net-im/profanity/Makefile (-3 / +2 lines)
Lines 10-16 WWW= http://www.profanity.im/ Link Here
10
LICENSE=	GPLv3+
10
LICENSE=	GPLv3+
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
12
13
BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
14
LIB_DEPENDS=	libcurl.so:ftp/curl \
13
LIB_DEPENDS=	libcurl.so:ftp/curl \
15
		libotr.so:security/libotr \
14
		libotr.so:security/libotr \
16
		libuuid.so:misc/e2fsprogs-libuuid \
15
		libuuid.so:misc/e2fsprogs-libuuid \
Lines 22-28 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
22
		libstrophe.so:net-im/libstrophe \
21
		libstrophe.so:net-im/libstrophe \
23
		libqrencode.so:graphics/libqrencode
22
		libqrencode.so:graphics/libqrencode
24
23
25
USES=		autoreconf cpe gnome libtool ncurses pkgconfig python:3.8+ \
24
USES=		cpe gnome libtool ncurses pkgconfig python:3.8+ \
26
		readline sqlite:3 tar:xz
25
		readline sqlite:3 tar:xz
27
CPE_VENDOR=	${PORTNAME}_project
26
CPE_VENDOR=	${PORTNAME}_project
28
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
Lines 43-49 NOTIFY_CONFIGURE_ENABLE=notifications Link Here
43
42
44
post-patch:
43
post-patch:
45
	${REINPLACE_CMD} "s,python3-embed,python-${PYTHON_VER}-embed,g" \
44
	${REINPLACE_CMD} "s,python3-embed,python-${PYTHON_VER}-embed,g" \
46
		${WRKSRC}/configure.ac
45
		${WRKSRC}/configure
47
46
48
post-install:
47
post-install:
49
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/man/man1 "-name *\.1"
48
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/man/man1 "-name *\.1"

Return to bug 267267