freebsd-ports/devel/cstringbuffer/Makefile
2018-01-29 12:56:00 +00:00

24 lines
578 B
Makefile

# 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
DEPRECATED= Abandonware, no more upstream
EXPIRATION_DATE= 2018-03-01
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>