freebsd-ports/misc/since/Makefile

28 lines
531 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-martel
# Date created: 11 February 2002
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= since
2010-07-16 18:57:22 +02:00
PORTVERSION= 1.1
CATEGORIES= misc
2009-06-17 20:20:23 +02:00
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
2010-07-16 18:57:22 +02:00
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
2009-06-17 20:20:23 +02:00
USE_GMAKE= yes
2009-03-30 18:17:28 +02:00
MAKE_JOBS_SAFE= yes
2009-06-17 20:20:23 +02:00
ALL_TARGET= ${PORTNAME}
MAN1= since.1
PLIST_FILES= bin/since
.include <bsd.port.mk>