openbsd-ports/www/cronolog/Makefile

24 lines
453 B
Makefile
Raw Normal View History

2010-11-11 07:35:09 -05:00
# $OpenBSD: Makefile,v 1.7 2010/11/11 12:35:09 sthen Exp $
COMMENT= web log rotation program
DISTNAME= cronolog-1.6.2
2010-11-11 07:35:09 -05:00
REVISION= 0
CATEGORIES= www
MASTER_SITES= http://www.cronolog.org/download/
HOMEPAGE= http://www.cronolog.org/
2003-10-18 15:44:41 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-11 08:29:20 -05:00
WANTLIB= c
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>