2002-02-11 11:49:40 +01:00
|
|
|
# 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
|
2002-02-11 11:49:40 +01:00
|
|
|
CATEGORIES= misc
|
2009-06-17 20:20:23 +02:00
|
|
|
MASTER_SITES= http://welz.org.za/projects/since/
|
2002-02-11 11:49:40 +01:00
|
|
|
|
2007-08-23 06:00:04 +02:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= View the end of a file like tail(1), but save state between sessions
|
2002-02-11 11:49:40 +01:00
|
|
|
|
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}
|
|
|
|
|
2002-02-11 11:49:40 +01:00
|
|
|
MAN1= since.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/since
|
2002-02-11 11:49:40 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|