Edit

IABSD.fr/ports/sysutils/glastree/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2011-03-14 09:15:33
    Hash : d580cde0
    Message : fix various typos, from Anthony J. Bentley with a few tweaks by myself

  • sysutils/glastree/Makefile
  • # $OpenBSD: Makefile,v 1.4 2011/03/14 09:15:34 sthen 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
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    RUN_DEPENDS=	devel/p5-Date-Calc
    
    BUILD_DEPENDS=	${RUN_DEPENDS}
    
    REGRESS_TARGET=	test
    USE_GROFF =	Yes
    
    .include <bsd.port.mk>