opnsense-ports/devel/stringencoders/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

19 lines
439 B
Makefile

# Created by: Steven Kreuzer <skreuzer@exit2shell.com>
# $FreeBSD$
PORTNAME= stringencoders
PORTVERSION= 3.10.3
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Collection of high performance c-string transformations
USES= libtool perl5
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -fsigned-char # chars are unsigned on PowerPC and ARM
.include <bsd.port.mk>