ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/ports/libstatgrab/Makefile
Revision: 1.5
Committed: Thu Feb 5 22:46:27 2004 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Log Message:
Both libstatgrab and libukcprog have now been committed to the FreeBSD
ports tree, so I see no need to duplicate them here.

File Contents

# User Rev Content
1 tdb 1.1 # New ports collection makefile for: libstatgrab
2     # Date created: 30 March 2003
3     # Whom: Tim Bishop <tim@bishnet.net>
4     #
5     # $FreeBSD$
6     #
7    
8     PORTNAME= libstatgrab
9 tdb 1.3 PORTVERSION= 0.4
10 tdb 1.2 CATEGORIES= devel
11 tdb 1.4 MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/
12 tdb 1.1 MASTER_SITE_SUBDIR= ${PORTNAME}
13    
14     MAINTAINER= tim@bishnet.net
15     COMMENT= Provides a useful interface to system statistics
16    
17     DIST_SUBDIR= iscream
18     GNU_CONFIGURE= yes
19     INSTALLS_SHLIB= yes
20     USE_LIBTOOL= yes
21    
22     .include <bsd.port.mk>