freebsd-ports/sysutils/libutempter/Makefile
John Marino cac39bcadf sysutils/libutempter: Improve IGNORE condition for DragonFly
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.
2013-10-06 23:43:15 +00:00

24 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>