22 lines
489 B
Makefile
22 lines
489 B
Makefile
# Created by: Steven Kreuzer <skreuzer@exit2shell.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stringencoders
|
|
PORTVERSION= 3.10.3
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freebsd.org/~skreuzer/distfiles/
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Collection of high performance C-string transformations
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= libtool perl5
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CFLAGS+= -fsigned-char # chars are unsigned on PowerPC and ARM
|
|
|
|
.include <bsd.port.mk>
|