mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cac39bcadf
Qualify the OSVERSION check with an OPSYS check for FreeBSD so that the check doesn't break the port on DragonFly. Also import a local patch from dports for DragonFly.
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# 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>
|