Index: comms/conserver-com/Makefile =================================================================== --- comms/conserver-com/Makefile +++ comms/conserver-com/Makefile @@ -11,16 +11,21 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Application that allows multiple users to watch serial consoles -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE OTHERBSDLIKELICENSES +LICENSE_COMB= multi +LICENSE_NAME_OTHERBSDLIKELICENSES= Other BSD-like licenses +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE +LICENSE_FILE_OTHERBSDLIKELICENSES= ${WRKSRC}/LICENSES +LICENSE_PERMS_OTHERBSDLIKELICENSES= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -CONFLICTS_INSTALL= conserver-[0-9]* +USES= ssl +USE_RC_SUBR= conserver GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \ --with-pam --with-libwrap --with-openssl -USES= ssl -USE_RC_SUBR= conserver +CONFLICTS_INSTALL= conserver-[0-9]* OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS FREEIPMI_DESC= Compile in FreeIPMI support @@ -30,9 +35,6 @@ STRIPREALM_IMPLIES= GSSAPI UDS_DESC= Use Unix domain sockets for client/server -DEFAULTPORT?= 782 -DEFAULTHOST?= localhost - FREEIPMI_CONFIGURE_ON= --with-freeipmi=${LOCALBASE} FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi GSSAPI_CONFIGURE_WITH= gssapi @@ -45,5 +47,8 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert + +DEFAULTPORT?= 782 +DEFAULTHOST?= localhost .include