Edit

IABSD.fr/ports/astro/jday/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 18:17:37
    Hash : 31e73e09
    Message : drop RCS Ids

  • astro/jday/Makefile
  • COMMENT=	astronomical julian date calculator
    
    DISTNAME=	jday-2.4
    REVISION=	4
    SHARED_LIBS +=  jday                 0.0      # .2.4
    CATEGORIES=	astro
    HOMEPAGE=	http://jday.sourceforge.net/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=jday/}
    
    WANTLIB=	c
    
    SEPARATE_BUILD=	Yes
    CONFIGURE_STYLE=gnu
    
    .include <bsd.port.mk>