2004-04-20 11:34:01 +02:00
|
|
|
# New ports collection makefile for: libassuan
|
|
|
|
# Date created: 2004-04-19
|
|
|
|
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libassuan
|
2006-12-05 13:20:11 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2004-04-20 11:34:01 +02:00
|
|
|
CATEGORIES= security devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
2006-12-05 13:20:11 +01:00
|
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
2004-04-20 11:34:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= lofi@FreeBSD.org
|
|
|
|
COMMENT= IPC library used by GnuPG and gpgme
|
|
|
|
|
2006-12-05 13:20:11 +01:00
|
|
|
LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2004-04-20 11:34:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= assuan
|
|
|
|
|
2006-12-05 13:20:11 +01:00
|
|
|
CONFIGURE_ARGS+=--infodir=${PREFIX}/info
|
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/pth
|
|
|
|
|
2004-04-20 11:34:01 +02:00
|
|
|
.include <bsd.port.mk>
|