1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/cstringbuffer/Makefile
2010-12-04 07:34:27 +00:00

26 lines
526 B
Makefile

# New ports collection makefile for: cStringBuffer
# Date created: 10 July 2004
# Whom: Mooneer Salem <mooneer@translator.cx>
#
# $FreeBSD$
#
PORTNAME= cstringbuffer
PORTVERSION= 0.1.6
CATEGORIES= devel
MASTER_SITES= # disappeared
MAINTAINER= ports@FreeBSD.org
COMMENT= File-like IO for strings
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN3= csb.3
MANCOMPRESSED= no
PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.la lib/libcsb.so \
lib/libcsb.so.1
.include <bsd.port.mk>