aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/libutempter/Makefile
blob: 8469457f8aed2e1a0482c03af584207a3b09b824 (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
# Created by: Michael Nottebrock <lofi@FreeBSD.org>,
# $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

USES=       gmake
USE_BZIP2=  yes
USE_LDCONFIG=   yes

NO_STAGE=   yes
.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>