opnsense-ports/textproc/uchardet/Makefile
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02: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>