freebsd-ports/textproc/uchardet/Makefile
Jason E. Hale 16e28af17c Update to 0.0.6
Update LICENSE; it can be distributed under GPLv2+, LGPL21+, or MPL
Update pkg-descr and WWW

PR:		214962
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-12-03 08:24:32 +00:00

20 lines
443 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= uchardet
PORTVERSION= 0.0.6
CATEGORIES= textproc
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/releases/
MAINTAINER= yuri@rawbw.com
COMMENT= Universal charset detection library
LICENSE= GPLv2+ LGPL21+ MPL
LICENSE_COMB= dual
USES= cmake pathfix tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man
.include <bsd.port.mk>