opnsense-ports/science/crf++/Makefile
Franco Fichtner 1f493d47f5 */*: sync with upstream
Taken from: HardenedBSD
2017-09-21 07:45:55 +02:00

21 lines
409 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= crf++
PORTVERSION= 0.54
PORTREVISION= 1
CATEGORIES= science math
MASTER_SITES= SF/crfpp/crfpp/${PORTVERSION}
DISTNAME= CRF++-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another CRF toolkit
USE_HARDENING= pie:off
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>