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/libstatgrab | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 4 | ||||
-rw-r--r-- | devel/libstatgrab/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 70f57c0eff21..f68687c1b902 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -7,6 +7,7 @@ PORTNAME= libstatgrab PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -20,9 +21,8 @@ MAINTAINER= tdb@FreeBSD.org COMMENT= Provides a useful interface to system statistics DIST_SUBDIR= i-scream -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget pkgconfig MAN3= sg_get_cpu_percents.3 sg_get_cpu_stats.3 \ diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist index 246f7f3a475f..670db59b7acd 100644 --- a/devel/libstatgrab/pkg-plist +++ b/devel/libstatgrab/pkg-plist @@ -5,6 +5,7 @@ include/statgrab.h include/statgrab_deprecated.h lib/libstatgrab.a +lib/libstatgrab.la lib/libstatgrab.so lib/libstatgrab.so.7 libdata/pkgconfig/libstatgrab.pc |