2003-02-01 05:41:32 +01:00
|
|
|
# ex:ts=8 -*-mode: makefile-*-
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: ossp-al
|
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= al
|
|
|
|
PORTVERSION= 0.9.1
|
2004-02-13 20:36:11 +01:00
|
|
|
PORTREVISION= 2
|
2003-02-01 05:41:32 +01:00
|
|
|
PORTEPOCH= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/al/
|
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Defines an abstract type of buffer that can move data without copying
|
2003-02-01 05:41:32 +01:00
|
|
|
|
2003-11-14 18:28:15 +01:00
|
|
|
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
2003-02-01 05:41:32 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2003-02-01 12:51:03 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-02-13 20:36:11 +01:00
|
|
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2003-11-14 18:28:15 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-02-01 05:41:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${FILESDIR}/manpages.mk"
|
|
|
|
.include <bsd.port.post.mk>
|