22 lines
517 B
Makefile
22 lines
517 B
Makefile
|
# New ports collection makefile for: stringencoders
|
||
|
# Date created: 11 June 2007
|
||
|
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= stringencoders
|
||
|
PORTVERSION= 3.3.0
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= http://stringencoders.googlecode.com/files/
|
||
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= skreuzer@exit2shell.com
|
||
|
COMMENT= Collection of high performance c-string transformations
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
USE_LDCONFIG= yes
|
||
|
USE_AUTOTOOLS= libtool:15
|
||
|
|
||
|
.include <bsd.port.mk>
|