summaryrefslogtreecommitdiff
path: root/sysutils/libutempter/Makefile
blob: db499bd193b465a3e9ff7ff0ecd684a75d16d5d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
PORTVERSION=	1.1.5
PORTREVISION=	1
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
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 900004
IGNORE=		is now contained in the base system
.endif

.include <bsd.port.post.mk>