2003-02-01 04:41:32 +00:00
|
|
|
# New ports collection makefile for: ossp-al
|
2005-10-03 14:28:25 +00:00
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
2003-02-01 04:41:32 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= al
|
2005-10-03 14:28:25 +00:00
|
|
|
PORTVERSION= 0.9.3
|
2003-02-01 04:41:32 +00:00
|
|
|
CATEGORIES= devel
|
2004-08-21 15:19:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2003-02-01 04:41:32 +00:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2006-01-20 06:12:05 +00:00
|
|
|
MAINTAINER= vd@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Defines an abstract type of buffer that can move data without copying
|
2003-02-01 04:41:32 +00:00
|
|
|
|
2003-11-14 17:28:15 +00:00
|
|
|
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
2003-02-01 04:41:32 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2003-02-01 11:51:03 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-03 14:28:25 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-02-13 19:36:11 +00:00
|
|
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
2003-11-14 17:28:15 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-02-01 04:41:32 +00:00
|
|
|
|
2005-10-03 18:42:29 +00:00
|
|
|
check: build
|
2005-10-03 14:28:25 +00:00
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
|
2003-02-01 04:41:32 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-03-30 13:01:47 +00:00
|
|
|
|
2003-02-01 04:41:32 +00:00
|
|
|
.include "${FILESDIR}/manpages.mk"
|
2005-10-03 14:28:25 +00:00
|
|
|
|
2003-02-01 04:41:32 +00:00
|
|
|
.include <bsd.port.post.mk>
|