2010-11-20 17:22:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2010/11/20 17:22:45 espie Exp $
|
1997-11-19 23:21:01 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= simple log monitoring program
|
2001-05-06 03:45:31 +00:00
|
|
|
|
2009-01-10 21:47:38 +00:00
|
|
|
DISTNAME= swatch-3.2.3
|
2010-11-20 17:22:40 +00:00
|
|
|
REVISION = 0
|
2000-09-17 20:01:40 +00:00
|
|
|
CATEGORIES= security sysutils
|
2008-01-28 23:14:22 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
|
1998-04-12 21:40:56 +00:00
|
|
|
|
2003-12-08 04:05:28 +00:00
|
|
|
HOMEPAGE= http://swatch.sourceforge.net/
|
1997-11-19 23:21:01 +00:00
|
|
|
|
2008-01-28 23:14:22 +00:00
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
2002-07-10 20:59:27 +00:00
|
|
|
|
2010-11-20 17:22:40 +00:00
|
|
|
RUN_DEPENDS= devel/p5-Date-Calc \
|
|
|
|
devel/p5-File-Tail \
|
|
|
|
devel/p5-Time-TimeDate \
|
|
|
|
converters/p5-DateManip
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
1997-11-19 23:21:01 +00:00
|
|
|
|
2000-09-17 20:01:40 +00:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-23 05:15:35 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-09-17 20:01:40 +00:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-23 05:15:35 +00:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-09-17 20:01:40 +00:00
|
|
|
CONFIGURE_STYLE= perl
|
2010-10-18 21:41:44 +00:00
|
|
|
USE_GROFF = Yes
|
2006-05-05 11:30:46 +00:00
|
|
|
PKG_ARCH= *
|
1997-11-19 23:21:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|