aboutsummaryrefslogtreecommitdiff
path: root/devel/cstringbuffer/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2004-07-18 06:25:44 +0000
committerWill Andrews <will@FreeBSD.org>2004-07-18 06:25:44 +0000
commit7c956ef4d4b956ae575e175561abf3158e7cac7c (patch)
tree8a018330c8f276efdad0b962946b7e52dfea8053 /devel/cstringbuffer/Makefile
parent26a9c896572e36543dd3b0385c67e0bbec7c3aa5 (diff)
downloadports-7c956ef4d4b956ae575e175561abf3158e7cac7c.tar.gz
ports-7c956ef4d4b956ae575e175561abf3158e7cac7c.zip
Notes
Diffstat (limited to 'devel/cstringbuffer/Makefile')
-rw-r--r--devel/cstringbuffer/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile
index b315221520ac..ebe782ed05b9 100644
--- a/devel/cstringbuffer/Makefile
+++ b/devel/cstringbuffer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cstringbuffer
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.3
CATEGORIES= devel
MASTER_SITES= http://www.translator.cx/dist/libs/
@@ -15,5 +15,10 @@ COMMENT= File-like IO for strings
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
+MAN3= csb.3
+MANCOMPRESSED= no
+
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>