diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-03 14:28:25 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-03 14:28:25 +0000 |
commit | b175d2977ed893761962d28af50c5c39626545f6 (patch) | |
tree | c0b1efb5cde34d99828ac692c305e4a91287527e /devel/ossp-al/Makefile | |
parent | 3812d57836818cdffe4fa36f7ed688304e7d6865 (diff) | |
download | FreeBSD-ports-b175d2977ed893761962d28af50c5c39626545f6.zip FreeBSD-ports-b175d2977ed893761962d28af50c5c39626545f6.tar.gz |
Update to 0.9.3
Take MAINTAINER
PR: 86863
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: pav (mentor)
Diffstat (limited to 'devel/ossp-al/Makefile')
-rw-r--r-- | devel/ossp-al/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index ed57e13..8097606 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 <alane@geeksrus.net> +# Date created: 2003-01-31 +# Whom: Alan Eldridge <alane@geeksrus.net> # # $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 <bsd.port.pre.mk> .include "${FILESDIR}/manpages.mk" + .include <bsd.port.post.mk> |