diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-08 15:47:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-08 15:47:22 +0000 |
commit | 79211983588a260d088114043eaa5462128b4f04 (patch) | |
tree | 93eacf4c633247bea26ca5b25a1d5d41bbcdd41f /security/shishi/Makefile | |
parent | 417792b749b9ee4e6855e3def4fffa39eeebd92c (diff) |
Notes
Diffstat (limited to 'security/shishi/Makefile')
-rw-r--r-- | security/shishi/Makefile | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 0ae3d4f5f279..1bae50063057 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -7,37 +7,33 @@ # PORTNAME= shishi -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.12 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ idn.12:${PORTSDIR}/devel/libidn \ - gcrypt.6:${PORTSDIR}/security/libgcrypt \ - tasn1.2:${PORTSDIR}/security/libtasn1 \ - gnutls.7:${PORTSDIR}/security/gnutls + tasn1.2:${PORTSDIR}/security/libtasn1 -USE_GNOME= gnomehack -USE_LIBTOOL= yes +USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_ARGS= --without-libgcrypt --disable-starttls \ + --with-db-dir=/var/shishi INSTALLS_SHLIB= yes -INFO= shishi -MAN1= shishi.1 +INFO= shishi post-extract: @${RM} -f ${WRKSRC}/doc/shishi.info* post-install: - @(cd ${WRKSRC}/doc/man ; \ - ${LS} *.3 | ${SED} 's,^,man/man3/,' >> ${TMPPLIST}) + @${SED} 's:/usr/local:${PREFIX}:g' ${PKGMESSAGE} +.include "Makefile.man" .include <bsd.port.mk> |