2007-06-16 14:51:29 +02:00
|
|
|
# New ports collection makefile for: stringencoders
|
|
|
|
# Date created: 11 June 2007
|
|
|
|
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= stringencoders
|
2011-05-10 21:50:58 +02:00
|
|
|
PORTVERSION= 3.10.3
|
2007-06-16 14:51:29 +02:00
|
|
|
CATEGORIES= devel
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2007-06-16 14:51:29 +02:00
|
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
|
2009-03-28 02:16:37 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2007-06-16 14:51:29 +02:00
|
|
|
COMMENT= Collection of high performance c-string transformations
|
|
|
|
|
2007-06-21 17:43:02 +02:00
|
|
|
USE_PERL5= yes
|
2007-06-16 14:51:29 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-06-16 14:51:29 +02:00
|
|
|
|
2010-06-03 07:45:57 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "powerpc"
|
|
|
|
BROKEN= Does not compile on powerpc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|