opnsense-ports/sysutils/libutempter/Makefile
Franco Fichtner a2b664d651 */*: sync with upstream
Taken from: FreeBSD
2016-12-09 07:25:04 +01:00

22 lines
479 B
Makefile

# Created by: Michael Nottebrock <lofi@FreeBSD.org>,
# $FreeBSD$
PORTNAME= libutempter
PORTVERSION= 1.1.5
PORTREVISION= 2
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 tar:bzip2
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
IGNORE= is now contained in the base system
.endif
.include <bsd.port.post.mk>