openbsd-ports/net/minbif/Makefile
ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00

49 lines
1.1 KiB
Makefile

COMMENT = IRC-friendly instant messaging client
DISTNAME= minbif-1.0.5
CATEGORIES= net
REVISION= 6
HOMEPAGE = http://minbif.im/
MASTER_SITES= ${HOMEPAGE}attachments/download/148/
# GPLv2
PERMIT_PACKAGE= Yes
MODULES = devel/cmake
COMPILER = base-clang ports-gcc base-gcc
LIB_DEPENDS = net/pidgin,-libpurple \
security/gnutls
WANTLIB = purple c glib-2.0 gthread-2.0 intl m pthread \
${COMPILER_LIBCXX} gnutls
CONFIGURE_ENV+= CPPFLAGS+="-I${X11BASE}/include"
NO_TEST = Yes
# commented out atm, needs testing
#FLAVORS = full
#FLAVOR ?=
#
#.if ${FLAVOR:Mfull}
#LIB_DEPENDS= net/pidgin,-libpurple,audio \
# multimedia/gstreamer-0.10/core \
# net/farsight2 \
# graphics/libcaca>=0.99.17
#
#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 \
-D ENABLE_PAM=OFF \
-D ENABLE_IMLIB=OFF
#.endif
.include <bsd.port.mk>