1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
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 16:57:22 +00:00
PORTVERSION= 1.1
CATEGORIES= misc
2009-06-17 18:20:23 +00: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 16:57:22 +00:00
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
2009-06-17 18:20:23 +00:00
USE_GMAKE= yes
2009-03-30 16:17:28 +00:00
MAKE_JOBS_SAFE= yes
2009-06-17 18:20:23 +00:00
ALL_TARGET= ${PORTNAME}
MAN1= since.1
PLIST_FILES= bin/since
.include <bsd.port.mk>