From 3c27bbbdf1e33750e944bc8acb10dc6eaf18dfd3 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Mon, 3 Oct 2005 14:28:25 +0000 Subject: Update to 0.9.3 Take MAINTAINER PR: 86863 Submitted by: Vasil Dimov Approved by: pav (mentor) --- devel/ossp-al/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'devel/ossp-al/Makefile') diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index ed57e13de078..8097606bece6 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -1,33 +1,35 @@ -# ex:ts=8 -*-mode: makefile-*- -# # New ports collection makefile for: ossp-al -# Date created: 2003-01-31 -# Whom: Alan Eldridge +# Date created: 2003-01-31 +# Whom: Alan Eldridge # # $FreeBSD$ # PORTNAME= al -PORTVERSION= 0.9.1 -PORTREVISION= 2 -PORTEPOCH= 0 +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@datamax.bg COMMENT= Defines an abstract type of buffer that can move data without copying LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +check: + build + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + .include .include "${FILESDIR}/manpages.mk" + .include -- cgit v1.2.3