1 2.include <src.opts.mk> 3 4PROG= calendar 5SRCS= calendar.c locale.c events.c dates.c parsedata.c io.c day.c \ 6 ostern.c paskha.c pom.c sunpos.c 7LIBADD= m util 8 9.if ${MK_ICONV} == "yes" 10CFLAGS+= -DWITH_ICONV 11.endif 12 13FILESGROUPS+= CALS 14CALS= calendars/calendar.freebsd 15CALSDIR= ${SHAREDIR}/calendar 16 17HAS_TESTS= 18SUBDIR.${MK_TESTS}+= tests 19 20.include <bsd.prog.mk> 21