freebsd-ports/science/crf++/Makefile

23 lines
447 B
Makefile
Raw Normal View History

# New ports collection makefile for: crf++
# Date created: 2006-07-27
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= crf++
2010-07-12 11:17:02 +02:00
PORTVERSION= 0.54
CATEGORIES= science math
MASTER_SITES= SF/crfpp/crfpp/${PORTVERSION} \
2007-03-30 04:22:16 +02:00
${MASTER_SITE_LOCAL}
DISTNAME= CRF++-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Yet Another CRF toolkit
GNU_CONFIGURE= yes
2006-08-08 06:12:22 +02:00
USE_LDCONFIG= yes
2009-08-21 11:43:44 +02:00
USE_AUTOTOOLS= libtool:22
2008-07-25 16:29:20 +02:00
.include <bsd.port.mk>