2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:48:32 sthen Exp $
|
2010-09-13 19:44:40 +00:00
|
|
|
|
|
|
|
COMMENT = IRC-friendly instant messaging client
|
|
|
|
|
2013-09-24 15:34:45 +00:00
|
|
|
DISTNAME= minbif-1.0.5
|
2010-09-13 19:44:40 +00:00
|
|
|
CATEGORIES= net
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION= 5
|
2010-09-13 19:44:40 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://minbif.im/
|
2013-09-24 15:34:45 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}attachments/download/148/
|
2010-09-13 19:44:40 +00:00
|
|
|
|
|
|
|
# GPLv2
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-09-13 19:44:40 +00:00
|
|
|
|
2017-11-16 18:39:25 +00:00
|
|
|
MODULES = devel/cmake
|
2010-09-13 19:44:40 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2013-09-24 15:34:45 +00:00
|
|
|
LIB_DEPENDS = net/pidgin,-libpurple \
|
|
|
|
security/gnutls
|
2017-11-16 18:39:25 +00:00
|
|
|
WANTLIB = purple c glib-2.0 gthread-2.0 intl m pthread \
|
|
|
|
${COMPILER_LIBCXX} gnutls
|
2010-09-13 19:44:40 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS+="-I${X11BASE}/include"
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = Yes
|
2010-09-13 19:44:40 +00:00
|
|
|
|
|
|
|
# commented out atm, needs testing
|
|
|
|
#FLAVORS = full
|
|
|
|
#FLAVOR ?=
|
|
|
|
#
|
2013-02-09 14:49:50 +00:00
|
|
|
#.if ${FLAVOR:Mfull}
|
2010-11-19 22:31:32 +00:00
|
|
|
#LIB_DEPENDS= net/pidgin,-libpurple,audio \
|
|
|
|
# multimedia/gstreamer-0.10/core \
|
|
|
|
# net/farsight2 \
|
|
|
|
# graphics/libcaca>=0.99.17
|
2010-09-13 19:44:40 +00:00
|
|
|
#
|
|
|
|
#WANTLIB += Imlib2 X11 Xext freetype gmodule-2.0 gobject-2.0 gstreamer-0.10
|
|
|
|
#WANTLIB += caca gstbase-0.10 gstfarsight-0.10 gstinterfaces-0.10 xml2 z
|
|
|
|
#
|
|
|
|
#CONFIGURE_ARGS+= -D ENABLE_VIDEO=ON \
|
|
|
|
# -D ENABLE_CACA=ON \
|
|
|
|
# -D ENABLE_IMLIB=ON
|
|
|
|
#.else
|
|
|
|
CONFIGURE_ARGS+= -D ENABLE_VIDEO=OFF \
|
|
|
|
-D ENABLE_CACA=OFF \
|
2013-09-24 15:34:45 +00:00
|
|
|
-D ENABLE_PAM=OFF \
|
2010-09-13 19:44:40 +00:00
|
|
|
-D ENABLE_IMLIB=OFF
|
|
|
|
#.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|