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)
20 lines
443 B
Makefile
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>
|