freebsd-ports/devel/cstringbuffer/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

26 lines
570 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
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN3= csb.3
MANCOMPRESSED= no
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.so lib/libcsb.so.1
.include <bsd.port.mk>