2013-09-20 19:03:26 +02:00
|
|
|
# Created by: Mooneer Salem <mooneer@translator.cx>
|
2004-07-12 22:48:02 +02:00
|
|
|
# $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
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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
|
|
|
|
2013-09-20 19:03:26 +02:00
|
|
|
NO_STAGE= yes
|
2004-07-12 22:48:02 +02:00
|
|
|
.include <bsd.port.mk>
|