freebsd-ports/misc/since/Makefile

23 lines
438 B
Makefile

# Created by: Johann Visagie <wjv@FreeBSD.org>
# $FreeBSD$
PORTNAME= since
PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= http://welz.org.za/projects/since/
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= View the end of a file like tail(1), but save state between sessions
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
MAN1= since.1
PLIST_FILES= bin/since
NO_STAGE= yes
.include <bsd.port.mk>