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