diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile index d91a2ce05954..18138ae04f9e 100644 --- a/irc/pounce/Makefile +++ b/irc/pounce/Makefile @@ -1,37 +1,37 @@ PORTNAME= pounce DISTVERSION= 3.1 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ MAINTAINER= june@causal.agency COMMENT= Multi-client IRC bouncer WWW= https://git.causal.agency/pounce/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 localbase:ldflags ssl USE_RC_SUBR= calico pounce MAKE_ENV+= MANDIR=${MANPREFIX}/man CFLAGS+= -D'OPENSSL_BIN=\"${OPENSSL_BIN}\"' .include -.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl +.if ${SSL_DEFAULT} != libressl LIB_DEPENDS+= libtls.so:security/libretls .endif .if ${SSL_DEFAULT} == base OPENSSL_BIN=/usr/bin/openssl .else OPENSSL_BIN=${LOCALBASE}/bin/openssl .endif post-install: @${MKDIR} ${STAGEDIR}/var/run/calico .for b in calico pounce ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} .endfor .include