aboutsummaryrefslogblamecommitdiff
path: root/devel/cld/Makefile
blob: bf657b5f03864865330d7f7ded1a415803c6bc66 (plain) (tree)
1
2
3
4
5
6
7
8






                                                   
                           





                                                          

                                                       
                               


                   


                                                        
                      
# 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

BROKEN=		Unfetchable (google code has gone away)

USES=		libtool pathfix
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>