aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r--usr.bin/calendar/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
new file mode 100644
index 000000000000..d931f2f837da
--- /dev/null
+++ b/usr.bin/calendar/Makefile
@@ -0,0 +1,19 @@
+.include <src.opts.mk>
+
+PROG= calendar
+SRCS= calendar.c locale.c events.c dates.c parsedata.c io.c day.c \
+ ostern.c paskha.c pom.c sunpos.c
+LIBADD= m util
+
+.if ${MK_ICONV} == "yes"
+CFLAGS+= -DWITH_ICONV
+.endif
+
+FILESGROUPS+= CALS
+CALS= calendars/calendar.freebsd
+CALSDIR= ${SHAREDIR}/calendar
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>