blob: 3d67fa2122818f1a63c186395e9c9656d5123807 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# ex:ts=8
# Ports collection makefile for: gsasl
# Date created: Oct 18, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gsasl
PORTVERSION= 0.0.8
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU SASL Library
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
intl.5:${PORTSDIR}/devel/gettext \
ntlm.0:${PORTSDIR}/security/libntlm \
gcrypt.6:${PORTSDIR}/security/libgcrypt \
idn.12:${PORTSDIR}/devel/libidn
USE_GNOME= gnomehack gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
INFO= gsasl
MAN1= gsasl.1
post-install:
@(cd ${WRKSRC}/doc/man ; \
${LS} *.3 | ${SED} 's,^,man/man3/,' >> ${TMPPLIST})
.include <bsd.port.mk>
|