freebsd-ports/devel/libstatgrab/Makefile
Yen-Ming Lee 4c01ca9423 libstatgrab doesn't compile on FreeBSD 5.x. This is a problem with the
package rather than the port. The next release will hopefully fix this.

Pointed out by:	kris
PR:		53385
Submitted by:	Tim Bishop <tim@bishnet.net>
2003-06-17 11:42:21 +00:00

30 lines
607 B
Makefile

# New ports collection makefile for: libstatgrab
# Date created: 30 March 2003
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= libstatgrab
PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= http://snapshots.i-scream.org/%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>