summaryrefslogtreecommitdiff
path: root/devel/cstringbuffer/Makefile
blob: c881f5fc04a69f18b54a920329129d310c5f0880 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Mooneer Salem <mooneer@translator.cx>
# $FreeBSD$

PORTNAME=	cstringbuffer
PORTVERSION=	0.1.6
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/ # mirror, original disappeared

MAINTAINER=	ports@FreeBSD.org
COMMENT=	File-like IO for strings

USES=		libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

PLIST_FILES=	include/csb.h lib/libcsb.a lib/libcsb.so \
		lib/libcsb.so.1 lib/libcsb.so.1.0.1 man/man3/csb.3.gz

.include <bsd.port.mk>