openbsd-ports/sysutils/glastree/Makefile

25 lines
401 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:41:30 espie Exp $
COMMENT= poor man's daily snapshot
DISTNAME= glastree-1.04
REVISION= 0
HOMEPAGE= http://www.igmus.org/code/
MASTER_SITES= http://www.igmus.org/files/
CATEGORIES= sysutils
# Public domain
PERMIT_PACKAGE_CDROM= Yes
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= devel/p5-Date-Calc
BUILD_DEPENDS= ${RUN_DEPENDS}
2013-03-11 07:35:43 -04:00
TEST_TARGET= test
2010-10-19 03:43:00 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>