freebsd-ports/textproc/uchardet/Makefile
Pawel Pekala 58432186ea uchardet is a C language binding of the original C++ implementation
of the universal charset detection library by Mozilla.

WWW: https://code.google.com/p/uchardet/

PR:		195083
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2014-12-06 14:47:01 +00:00

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>