mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7328e3a3b6
Suggested by: tijl
22 lines
507 B
Makefile
22 lines
507 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
|
|
|
|
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>
|