ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/ports/ihost/Makefile
Revision: 1.7
Committed: Thu Jul 22 12:52:11 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
Log Message:
Change mirror from mirror.ac.uk to mirrorservice.org.

File Contents

# User Rev Content
1 tdb 1.2 # New ports collection makefile for: ihost
2 tdb 1.1 # Date created: 30 March 2003
3     # Whom: Tim Bishop <tim@bishnet.net>
4     #
5     # $FreeBSD$
6     #
7    
8     PORTNAME= ihost
9 tdb 1.6 PORTVERSION= 1.5.8
10 tdb 1.2 CATEGORIES= sysutils
11 tdb 1.7 MASTER_SITES= ftp://ftp.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
12     http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
13 tdb 1.5 ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
14     http://www.i-scream.org/pub/i-scream/%SUBDIR%/
15    
16 tdb 1.1 MASTER_SITE_SUBDIR= ${PORTNAME}
17    
18     MAINTAINER= tim@bishnet.net
19     COMMENT= A host to the i-scream central monitoring system
20    
21 tdb 1.2 LIB_DEPENDS= ukcprog.0:${PORTSDIR}/devel/libukcprog \
22 tdb 1.6 statgrab.5:${PORTSDIR}/devel/libstatgrab
23 tdb 1.2
24 tdb 1.5 DIST_SUBDIR= i-scream
25 tdb 1.1 GNU_CONFIGURE= yes
26 tdb 1.2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
27     LDFLAGS="-L${LOCALBASE}/lib"
28 tdb 1.5 PLIST_FILES= bin/ihost
29 tdb 1.1
30     .include <bsd.port.mk>