diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-31 02:47:26 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-31 02:47:26 +0000 |
commit | 1c105b25021dff65ae4bf96f5a942f91855ff7a6 (patch) | |
tree | 259cd1916f07a9e8ab5bc14bad012e2269879dd5 /devel/libleaftag | |
parent | baaee55979846a956eddf2b4efe03900f741441f (diff) |
Notes
Diffstat (limited to 'devel/libleaftag')
-rw-r--r-- | devel/libleaftag/Makefile | 3 | ||||
-rw-r--r-- | devel/libleaftag/distinfo | 6 | ||||
-rw-r--r-- | devel/libleaftag/pkg-plist | 17 |
3 files changed, 22 insertions, 4 deletions
diff --git a/devel/libleaftag/Makefile b/devel/libleaftag/Makefile index ce9746f75472..ba3c9a6afe97 100644 --- a/devel/libleaftag/Makefile +++ b/devel/libleaftag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libleaftag -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel deskutils MASTER_SITES= http://releases.chipx86.com/leaftag/libleaftag/ @@ -18,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 pkgconfig USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libleaftag/distinfo b/devel/libleaftag/distinfo index da6747f1e772..1758afd9f7d6 100644 --- a/devel/libleaftag/distinfo +++ b/devel/libleaftag/distinfo @@ -1,3 +1,3 @@ -MD5 (libleaftag-0.3.0.tar.gz) = 5328f5ccb00c5a1902ce1697cd58573e -SHA256 (libleaftag-0.3.0.tar.gz) = a4c918c02b1195eca898dd664c59ee060fda9b807c0a934e7889e616957440c0 -SIZE (libleaftag-0.3.0.tar.gz) = 320956 +MD5 (libleaftag-0.3.1.tar.gz) = f076ce0f4a4c4ef2d1b4d801f1edd4ec +SHA256 (libleaftag-0.3.1.tar.gz) = c2ef6cb3efa16543b5defd2c98f5044676eddba6be932707a996d81b2b3965fb +SIZE (libleaftag-0.3.1.tar.gz) = 363243 diff --git a/devel/libleaftag/pkg-plist b/devel/libleaftag/pkg-plist index 827e4adc2c80..2671e0c0e3d2 100644 --- a/devel/libleaftag/pkg-plist +++ b/devel/libleaftag/pkg-plist @@ -1,3 +1,18 @@ +%%DOCSDIR%%/LtObject.html +%%DOCSDIR%%/LtSource.html +%%DOCSDIR%%/LtTag.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libleaftag-db.html +%%DOCSDIR%%/libleaftag.devhelp +%%DOCSDIR%%/libleaftag.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +share/leaftag/leaftag-logo-small.png include/libleaftag/db.h include/libleaftag/leaftag.h include/libleaftag/object.h @@ -9,3 +24,5 @@ lib/libleaftag.so lib/libleaftag.so.0 libdata/pkgconfig/libleaftag.pc @dirrm include/libleaftag +@dirrm %%DOCSDIR%% +@dirrm share/leaftag |