opnsense-ports/devel/cld/Makefile
Franco Fichtner fbd3a8f05b */*: sync with upstream
Taken from: FreeBSD
2015-12-08 06:53:43 +01:00

22 lines
513 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= cld
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= chromium-compact-language-detector
DISTNAME= compact-language-detector-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Chromium compact language detector library
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64 armv6 powerpc
ONLY_FOR_ARCHS_REASON= hardcoded set of supported archs
.include <bsd.port.mk>