summaryrefslogtreecommitdiff
path: root/devel/ossp-al/Makefile
blob: 438951fe65133a62cdd3f98720bc64d1ccee7e68 (plain)
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
# Created by: Alan Eldridge <alane@geeksrus.net>
# $FreeBSD$

PORTNAME=	al
PORTVERSION=	0.9.3
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	OSSP/lib/${PORTNAME}
PKGNAMEPREFIX=	ossp-

MAINTAINER=	vd@FreeBSD.org
COMMENT=	Defines an abstract type of buffer that can move data without copying

LIB_DEPENDS=	libex.so:devel/ossp-ex

USES=		gmake libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
USE_LDCONFIG=	yes

check:	build
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libal.so

.include <bsd.port.mk>