2004-08-29 22:54:38 +00:00
|
|
|
# New ports collection makefile for: libutempter
|
|
|
|
# Date created: 18 Aug 2004 14:50:41 CEST
|
|
|
|
# Whom: Michael Nottebrock <lofi@freebsd.org>,
|
|
|
|
# David Malone <dwmalone@maths.tcd.ie>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libutempter
|
2007-03-28 07:57:59 +00:00
|
|
|
PORTVERSION= 1.1.5
|
2007-07-17 21:53:29 +00:00
|
|
|
PORTREVISION= 1
|
2004-08-29 22:54:38 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.altlinux.org/pub/people/ldv/utempter/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Interface to record user sessions to utmp and wtmp files
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2006-08-15 01:04:55 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-29 22:54:38 +00:00
|
|
|
|
2009-12-06 21:58:00 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 900004
|
|
|
|
IGNORE= is now contained in the base system
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|