2003-10-19 19:25:34 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: shishi
|
|
|
|
# Date created: Oct 19, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= shishi
|
2005-08-30 05:16:26 +02:00
|
|
|
PORTVERSION= 0.0.22
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2003-10-19 19:25:34 +02:00
|
|
|
CATEGORIES= security
|
2004-08-02 23:03:19 +02:00
|
|
|
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
|
|
|
|
${MASTER_SITE_GNU_ALPHA}
|
2003-10-19 19:25:34 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A free implementation of the Kerberos 5 network security system
|
|
|
|
|
2005-11-12 19:52:22 +01:00
|
|
|
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \
|
2006-05-05 18:02:27 +02:00
|
|
|
tasn1.3:${PORTSDIR}/security/libtasn1
|
2003-10-19 19:25:34 +02:00
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-01-23 16:16:15 +01:00
|
|
|
USE_PERL5_BUILD= yes
|
2004-01-08 16:47:22 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2004-08-02 23:03:19 +02:00
|
|
|
USE_ICONV= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-02 23:03:19 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
2003-10-19 19:25:34 +02:00
|
|
|
MAKEINFO="makeinfo --no-split"
|
2004-04-28 22:17:43 +02:00
|
|
|
CONFIGURE_ARGS= --disable-starttls \
|
2004-01-08 16:47:22 +01:00
|
|
|
--with-db-dir=/var/shishi
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-10-19 19:25:34 +02:00
|
|
|
|
2004-01-08 16:47:22 +01:00
|
|
|
INFO= shishi
|
2003-10-19 19:25:34 +02:00
|
|
|
|
2004-12-20 10:19:27 +01:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2004-08-02 23:03:19 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
.include "Makefile.man"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-04-28 22:17:43 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
2004-04-18 20:36:31 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2003-10-19 19:25:34 +02:00
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/doc/shishi.info*
|
|
|
|
|
|
|
|
post-install:
|
2004-04-28 22:17:43 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-10-19 19:25:34 +02:00
|
|
|
|
2004-08-02 23:03:19 +02:00
|
|
|
.include <bsd.port.post.mk>
|