2003-10-30 07:40:59 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: gss
|
|
|
|
# Date created: Oct 19, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gss
|
2008-10-20 18:52:58 +02:00
|
|
|
PORTVERSION= 0.0.24
|
2003-10-30 07:40:59 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
|
2003-10-31 03:39:30 +01:00
|
|
|
${MASTER_SITE_GNU_ALPHA}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-10-30 07:40:59 +01:00
|
|
|
|
2007-06-29 18:29:19 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2003-10-30 07:40:59 +01:00
|
|
|
COMMENT= GNU Generic Security Service Library
|
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi
|
2003-10-30 07:40:59 +01:00
|
|
|
|
2005-08-30 05:17:06 +02:00
|
|
|
CONFLICTS= heimdal-*
|
|
|
|
|
2004-01-23 16:23:23 +01:00
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-23 16:23:23 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --disable-kerberos5
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-10-30 07:40:59 +01:00
|
|
|
|
2006-05-15 04:27:49 +02:00
|
|
|
INFO= gss
|
2003-10-30 07:40:59 +01:00
|
|
|
|
2004-01-23 16:23:23 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
2004-08-02 23:00:59 +02:00
|
|
|
.include "Makefile.man"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-04-28 22:14:26 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2004-01-23 16:23:23 +01:00
|
|
|
|
2007-03-19 04:46:17 +01:00
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${PREFIX}/${INFO_PATH}
|
|
|
|
|
2004-08-02 23:00:59 +02:00
|
|
|
.include <bsd.port.post.mk>
|