2004-07-12 22:48:02 +02:00
|
|
|
# New ports collection makefile for: cStringBuffer
|
|
|
|
# Date created: 10 July 2004
|
|
|
|
# Whom: Mooneer Salem <mooneer@translator.cx>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cstringbuffer
|
2005-01-11 15:39:15 +01:00
|
|
|
PORTVERSION= 0.1.6
|
2004-07-12 22:48:02 +02:00
|
|
|
CATEGORIES= devel
|
2005-10-10 04:09:22 +02:00
|
|
|
MASTER_SITES= # disappeared
|
2004-07-12 22:48:02 +02:00
|
|
|
|
2005-10-10 04:09:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-12 22:48:02 +02:00
|
|
|
COMMENT= File-like IO for strings
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-07-18 08:25:44 +02:00
|
|
|
MAN3= csb.3
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.la lib/libcsb.so \
|
|
|
|
lib/libcsb.so.1
|
2005-01-11 15:39:15 +01:00
|
|
|
|
2004-07-12 22:48:02 +02:00
|
|
|
.include <bsd.port.mk>
|