aboutsummaryrefslogtreecommitdiff
path: root/devel/ossp-al/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-02-01 04:41:32 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-02-01 04:41:32 +0000
commitbb332e443186607cf41eeaebfe7036ee4872f856 (patch)
tree80b769320842be38d32a75a7dbf879970a65a7e7 /devel/ossp-al/Makefile
parent15e5d1e02a8ae0f686af1e371af2bcbb9eb6e7f4 (diff)
downloadports-bb332e443186607cf41eeaebfe7036ee4872f856.tar.gz
ports-bb332e443186607cf41eeaebfe7036ee4872f856.zip
Data buffer that can move, assemble, and truncate chunks of data without
any copying.
Notes
Notes: svn path=/head/; revision=74408
Diffstat (limited to 'devel/ossp-al/Makefile')
-rw-r--r--devel/ossp-al/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile
new file mode 100644
index 000000000000..2c6ed0204609
--- /dev/null
+++ b/devel/ossp-al/Makefile
@@ -0,0 +1,29 @@
+# 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
+PORTREVISION= 0
+PORTEPOCH= 0
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/al/
+PKGNAMEPREFIX= ossp-
+
+MAINTAINER= alane@FreeBSD.org
+
+LIB_DEPENDS= ex.10:${.CURDIR}/../../devel/ossp-ex
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include "${FILESDIR}/manpages.mk"
+.include <bsd.port.post.mk>
+
+#EOF