diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/libbnr | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'devel/libbnr')
-rw-r--r-- | devel/libbnr/Makefile | 3 | ||||
-rw-r--r-- | devel/libbnr/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/libbnr/Makefile b/devel/libbnr/Makefile index ff9ce18c6ad4..64cc152b99fd 100644 --- a/devel/libbnr/Makefile +++ b/devel/libbnr/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbnr PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= devel mail MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/libbnr/sources/ @@ -14,7 +15,7 @@ MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \ MAINTAINER= itetcu@people.tecnik93.com COMMENT= GPL implementation of the Bayesian Noise Reduction algorithm -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --includedir=${PREFIX}/include/${PORTNAME} diff --git a/devel/libbnr/pkg-plist b/devel/libbnr/pkg-plist index fb88e0ef61b2..6f9381c300e3 100644 --- a/devel/libbnr/pkg-plist +++ b/devel/libbnr/pkg-plist @@ -2,6 +2,7 @@ include/libbnr/bnr.h include/libbnr/hash.h include/libbnr/list.h lib/libbnr.a +lib/libbnr.la lib/libbnr.so lib/libbnr.so.2 %%EXAMPLESDIR%%/example.c |