aboutsummaryrefslogtreecommitdiffstats
path: root/security/libassuan/Makefile
blob: 24952f390234351ff68eab66563d7810d2b5fdfe (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
# New ports collection makefile for:    libassuan
# Date created:     2004-04-19
# Whom:         Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   libassuan
PORTVERSION=    1.0.5
CATEGORIES= security devel
MASTER_SITES=   ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    IPC library used by GnuPG and gpgme

LIB_DEPENDS+=   pth.20:${PORTSDIR}/devel/pth

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
INFO=       assuan

CFLAGS+=    -I${LOCALBASE}/include/pth

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
CFLAGS+=    -fPIC
.endif

.include <bsd.port.post.mk>