Changeset View
Changeset View
Standalone View
Standalone View
head/irc/irssi/Makefile
Show All 13 Lines | |||||
USES= autoreconf cpe gettext-runtime gmake gnome libtool ncurses \ | USES= autoreconf cpe gettext-runtime gmake gnome libtool ncurses \ | ||||
pkgconfig tar:xz | pkgconfig tar:xz | ||||
USE_GNOME= glib20 | USE_GNOME= glib20 | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
OPTIONS_DEFINE= BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC | OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC | ||||
OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY SOCKS TRUECOLOR | OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY SOCKS TRUECOLOR | ||||
OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
BOT_DESC= Bot support | BOT_DESC= Bot support | ||||
BOT_CONFIGURE_WITH= bot | BOT_CONFIGURE_WITH= bot | ||||
CAPSICUM_DESC= Capsicum support | CAPSICUM_DESC= Capsicum support | ||||
CAPSICUM_CONFIGURE_WITH= capsicum | CAPSICUM_CONFIGURE_WITH= capsicum | ||||
DEBUG_DESC= Build with debug symbols | |||||
DEBUG_VARS= WITH_DEBUG=yes | |||||
OTR_DESC= OTR (off-the-record) support | OTR_DESC= OTR (off-the-record) support | ||||
OTR_CONFIGURE_ON= --with-otr \ | OTR_CONFIGURE_ON= --with-otr \ | ||||
--with-libotr-inc-prefix=${PREFIX}/include | --with-libotr-inc-prefix=${PREFIX}/include | ||||
OTR_CONFIGURE_OFF= --with-otr=no | OTR_CONFIGURE_OFF= --with-otr=no | ||||
OTR_CONFIGURE_WITH= otr | OTR_CONFIGURE_WITH= otr | ||||
OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ | OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ | ||||
libgpg-error.so:security/libgpg-error \ | libgpg-error.so:security/libgpg-error \ | ||||
libotr.so:security/libotr | libotr.so:security/libotr | ||||
Show All 33 Lines |