ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/ports/idar/Makefile
Revision: 1.2
Committed: Fri Apr 11 22:18:46 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Updated idar to 1.1. Both ihost and libstatgrab distributions were rebuilt
the other day because I got them wrong the first times... so their checksum
files are updated accordingly here.

File Contents

# User Rev Content
1 tdb 1.1 # New ports collection makefile for: idar
2     # Date created: 02 April 2003
3     # Whom: Tim Bishop <tim@bishnet.net>
4     #
5     # $FreeBSD$
6     #
7    
8     PORTNAME= idar
9 tdb 1.2 PORTVERSION= 1.1
10 tdb 1.1 CATEGORIES= sysutils
11     MASTER_SITES= http://snapshots.i-scream.org.uk/%SUBDIR%/
12     MASTER_SITE_SUBDIR= ${PORTNAME}
13    
14     MAINTAINER= tim@bishnet.net
15     COMMENT= A client to the i-scream central monitoring system
16    
17     LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
18     ukcprog.0:${PORTSDIR}/devel/libukcprog
19    
20     DIST_SUBDIR= iscream
21     GNU_CONFIGURE= yes
22     CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
23     LDFLAGS="-L${LOCALBASE}/lib"
24    
25     .include <bsd.port.mk>