summaryrefslogtreecommitdiff
path: root/net/loudmouth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/loudmouth/Makefile')
-rw-r--r--net/loudmouth/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile
deleted file mode 100644
index b06441d..0000000
--- a/net/loudmouth/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
1COMMENT= lightweight Jabber client library
2
3V= 1.5.4
4DISTNAME= loudmouth-$V
5REVISION= 0
6SHARED_LIBS += loudmouth-1 3.1 # .1.0
7CATEGORIES= net devel
8
9HOMEPAGE= https://mcabber.com
10
11# LGPLv2.1
12PERMIT_PACKAGE= Yes
13
14WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre2-8 pthread ssl
15
16SITES= ${HOMEPAGE}/files/loudmouth/
17EXTRACT_SUFX= .tar.bz2
18
19LIB_DEPENDS= devel/glib2 \
20 devel/libidn
21BUILD_DEPENDS= ${TEST_DEPENDS}
22TEST_DEPENDS= devel/check
23
24CONFIGURE_STYLE= gnu
25CFLAGS+=-Wno-deprecated-declarations
26CONFIGURE_ARGS+= --with-check=${LOCALBASE} \
27 --with-ssl=openssl
28
29.include <bsd.port.mk>