diff options
author | lofi <lofi@FreeBSD.org> | 2004-08-30 06:54:38 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-08-30 06:54:38 +0800 |
commit | 336e3de45cfa87ede62c76ab76a126f93a0cf1fb (patch) | |
tree | ab1b8fadfef8eff52b5be963d7828e4cc45472e4 /sysutils/libutempter/Makefile | |
parent | e5b728458ae77e73e20b413cea912b208b8a8d5b (diff) | |
download | freebsd-ports-gnome-336e3de45cfa87ede62c76ab76a126f93a0cf1fb.tar.gz freebsd-ports-gnome-336e3de45cfa87ede62c76ab76a126f93a0cf1fb.tar.zst freebsd-ports-gnome-336e3de45cfa87ede62c76ab76a126f93a0cf1fb.zip |
Add libutempter, an interface to record user sessions to utmp and wtmp files
Diffstat (limited to 'sysutils/libutempter/Makefile')
-rw-r--r-- | sysutils/libutempter/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/libutempter/Makefile b/sysutils/libutempter/Makefile new file mode 100644 index 000000000000..b6d0328d603e --- /dev/null +++ b/sysutils/libutempter/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: libutempter +# Date created: 18 Aug 2004 14:50:41 CEST +# Whom: Michael Nottebrock <lofi@freebsd.org>, +# David Malone <dwmalone@maths.tcd.ie> +# $FreeBSD$ + +PORTNAME= libutempter +PORTVERSION= 1.1.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 + +USE_BZIP2= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes +NO_FILTER_SHLIBS=yes + +.include <bsd.port.mk> |