2013-08-31 00:11:06 +00:00
|
|
|
# Created by: ijliao
|
2003-10-30 06:40:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gss
|
2011-11-30 21:00:31 +00:00
|
|
|
PORTVERSION= 1.0.2
|
2003-10-30 06:40:59 +00:00
|
|
|
CATEGORIES= security
|
2010-05-24 10:49:13 +00:00
|
|
|
MASTER_SITES= GNU
|
2003-10-30 06:40:59 +00:00
|
|
|
|
2010-02-23 19:10:24 +00:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-10-30 06:40:59 +00:00
|
|
|
COMMENT= GNU Generic Security Service Library
|
|
|
|
|
2010-05-24 10:49:13 +00:00
|
|
|
LIB_DEPENDS= shishi.1:${PORTSDIR}/security/shishi
|
2003-10-30 06:40:59 +00:00
|
|
|
|
2009-06-18 16:50:03 +00:00
|
|
|
CONFLICTS= heimdal-[0-9]*
|
2005-08-30 03:17:06 +00:00
|
|
|
|
2013-08-31 00:11:06 +00:00
|
|
|
USES= pathfix pkgconfig perl5
|
|
|
|
USE_PERL5= build
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 09:36:51 +00:00
|
|
|
CONFIGURE_ARGS= --disable-kerberos5
|
2006-08-15 01:04:55 +00:00
|
|
|
USE_LDCONFIG= yes
|
2003-10-30 06:40:59 +00:00
|
|
|
|
2006-05-15 02:27:49 +00:00
|
|
|
INFO= gss
|
2010-05-24 10:49:13 +00:00
|
|
|
PORTDOCS= gss.html gss.ps gss.pdf
|
2003-10-30 06:40:59 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-01-23 15:23:23 +00:00
|
|
|
|
2004-08-02 21:00:59 +00:00
|
|
|
.include "Makefile.man"
|
2012-06-27 19:52:13 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2004-08-02 21:00:59 +00:00
|
|
|
|
2012-06-27 19:52:13 +00:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 18:10:30 +00:00
|
|
|
USES+= gettext
|
2004-04-28 20:14:26 +00:00
|
|
|
PLIST_SUB+= NLS=""
|
2012-06-27 19:52:13 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2004-04-28 20:14:26 +00:00
|
|
|
.endif
|
2004-01-23 15:23:23 +00:00
|
|
|
|
2011-11-30 21:00:31 +00:00
|
|
|
post-configure:
|
|
|
|
@cd ${WRKSRC}/doc && ${TOUCH} Makefile*
|
|
|
|
|
2007-03-19 03:46:17 +00:00
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${PREFIX}/${INFO_PATH}
|
|
|
|
|
2010-05-24 10:49:13 +00:00
|
|
|
post-install:
|
|
|
|
.ifndef NOPORTDOCS
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
2010-03-26 08:59:06 +00:00
|
|
|
|
2012-06-27 19:52:13 +00:00
|
|
|
.include <bsd.port.mk>
|