Edit

IABSD.fr/ports/sysutils/ncal/files

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-08 14:27:46
    Hash : 69de5bdc
    Message : drop RCS Id from all ports where I'm listed as MAINTAINER

  • Makefile
  • .PATH:	${.CURDIR}/../libcalendar
    
    PROG=	ncal
    SRCS=	ncal.c calendar.c easter.c
    CFLAGS+= -I${.CURDIR}/../libcalendar
    CFLAGS+= '-D__FBSDID(x)='
    LDADD=	-lcurses
    DPADD=	${LIBCURSES}
    
    BINDIR=	${TRUEPREFIX}/bin
    MANDIR=	${TRUEPREFIX}/man/man
    
    .include <bsd.prog.mk>