diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-28 03:38:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-28 03:38:04 +0000 |
commit | 257561329d0635256d48db6a044b51ce68691cd4 (patch) | |
tree | 85c7bd3a37156d2e50a1eca6709d51adda46399b /science/crf++/Makefile | |
parent | 0b8041f70083dfb0a7dc2d31b51df0461370fe43 (diff) |
Notes
Diffstat (limited to 'science/crf++/Makefile')
-rw-r--r-- | science/crf++/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/crf++/Makefile b/science/crf++/Makefile new file mode 100644 index 000000000000..02dbaa7126a4 --- /dev/null +++ b/science/crf++/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: crf++ +# Date created: 2006-07-27 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= crf++ +PORTVERSION= 0.42 +CATEGORIES= science math +MASTER_SITES= http://chasen.org/~taku/software/CRF++/src/ +DISTNAME= CRF++-${PORTVERSION} + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Yet Another CRF toolkit + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |