Prune devel/py-EnthoughtBase
[dports.git] / devel / cstringbuffer / Makefile
1 # Created by: Mooneer Salem <mooneer@translator.cx>
2 # $FreeBSD$
3
4 PORTNAME=       cstringbuffer
5 PORTVERSION=    0.1.6
6 PORTREVISION=   1
7 CATEGORIES=     devel
8 MASTER_SITES=   http://mirror.amdmi3.ru/distfiles/ # mirror, original disappeared
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        File-like IO for strings
12
13 USES=           libtool
14 GNU_CONFIGURE=  yes
15 USE_LDCONFIG=   yes
16 INSTALL_TARGET= install-strip
17
18 PLIST_FILES=    include/csb.h lib/libcsb.a lib/libcsb.so \
19                 lib/libcsb.so.1 lib/libcsb.so.1.0.1 man/man3/csb.3.gz
20
21 .include <bsd.port.mk>