opnsense-ports/devel/cstringbuffer/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 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>