| Revision: | 1.5 |
| Committed: | Sun Feb 8 20:13:28 2004 UTC (21 years, 8 months ago) by tdb |
| Branch: | MAIN |
| Changes since 1.4: | +9 -4 lines |
| Log Message: | Update the ihost/idar ports. Once we get a new i-scream underway I'll make ports for that and then get the whole lot committed into FreeBSD :-) |
| # | Content |
|---|---|
| 1 | # New ports collection makefile for: ihost |
| 2 | # Date created: 30 March 2003 |
| 3 | # Whom: Tim Bishop <tim@bishnet.net> |
| 4 | # |
| 5 | # $FreeBSD$ |
| 6 | # |
| 7 | |
| 8 | PORTNAME= ihost |
| 9 | PORTVERSION= 1.5.7 |
| 10 | CATEGORIES= sysutils |
| 11 | MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ |
| 12 | http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ |
| 13 | ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ |
| 14 | http://www.i-scream.org/pub/i-scream/%SUBDIR%/ |
| 15 | |
| 16 | MASTER_SITE_SUBDIR= ${PORTNAME} |
| 17 | |
| 18 | MAINTAINER= tim@bishnet.net |
| 19 | COMMENT= A host to the i-scream central monitoring system |
| 20 | |
| 21 | LIB_DEPENDS= ukcprog.0:${PORTSDIR}/devel/libukcprog \ |
| 22 | statgrab.3:${PORTSDIR}/devel/libstatgrab |
| 23 | |
| 24 | DIST_SUBDIR= i-scream |
| 25 | GNU_CONFIGURE= yes |
| 26 | CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
| 27 | LDFLAGS="-L${LOCALBASE}/lib" |
| 28 | PLIST_FILES= bin/ihost |
| 29 | |
| 30 | .include <bsd.port.mk> |