1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/cld/Makefile
Dmitry Marakasov 5dedf553ff - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 04:59:33 +00:00

20 lines
430 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= cld
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_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
.include <bsd.port.mk>