freebsd-ports/devel/cstringbuffer/Makefile

23 lines
438 B
Makefile
Raw Normal View History

# Created by: 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
2010-12-04 08:34:27 +01:00
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
NO_STAGE= yes
.include <bsd.port.mk>