freebsd-ports/devel/stringencoders/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

22 lines
490 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
BROKEN= Unfetchable (google code has gone away)
USES= libtool perl5
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -fsigned-char # chars are unsigned on PowerPC and ARM
.include <bsd.port.mk>