Tweak sysutils/etcupdate version 1.1
[dports.git] / sysutils / libutempter / Makefile
1 # Created by: Michael Nottebrock <lofi@FreeBSD.org>,
2 # $FreeBSD$
3
4 PORTNAME=       libutempter
5 PORTVERSION=    1.1.5
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8 MASTER_SITES=   ftp://ftp.altlinux.org/pub/people/ldv/utempter/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Interface to record user sessions to utmp and wtmp files
12
13 USES=           gmake tar:bzip2
14 USE_LDCONFIG=   yes
15
16 .include <bsd.port.pre.mk>
17
18 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 900004
19 IGNORE=         is now contained in the base system
20 .endif
21
22 .include <bsd.port.post.mk>