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