58432186ea
of the universal charset detection library by Mozilla. WWW: https://code.google.com/p/uchardet/ PR: 195083 Submitted by: Yuri Victorovich <yuri@rawbw.com>
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uchardet
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
COMMENT= Universal charset detection library by Mozilla
|
|
|
|
LICENSE= MPL
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|_SHARE|_PREFIX|' ${WRKSRC}/doc/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|