freebsd-ports/devel/libstatgrab/Makefile
Kirill Ponomarev 1a7e5884a5 - Add new MASTER_SITES
PR:		56200
Submitted by:	maintainer
2003-08-30 17:16:34 +00:00

33 lines
811 B
Makefile

# New ports collection makefile for: libstatgrab
# Date created: 30 March 2003
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= libstatgrab
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://www.i-scream.org/pub/i-scream/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= tim@bishnet.net
COMMENT= Provides a useful interface to system statistics
DIST_SUBDIR= iscream
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
IGNORE= "does not currently support FreeBSD 5.x"
.endif
.include <bsd.port.post.mk>