mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
56e6ce62d6
Approved by: portmgr blanket
23 lines
513 B
Makefile
23 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>
|