openbsd-ports/www/cronolog/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

24 lines
446 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/03/29 13:39:00 sthen Exp $
COMMENT= web log rotation program
DISTNAME= cronolog-1.6.2
REVISION= 0
CATEGORIES= www
MASTER_SITES= http://www.cronolog.org/download/
HOMEPAGE= http://www.cronolog.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
.include <bsd.port.mk>