mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5f020b99d1
Calendar (SC) and the Chinese Lunar Calendar (LC).
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
--- Makefile.orig Mon Aug 10 21:14:48 1992
|
|
+++ Makefile Tue Feb 4 01:20:50 1997
|
|
@@ -1,6 +1,8 @@
|
|
# Makefile of LUNAR
|
|
|
|
-CFLAGS= -O
|
|
+CFLAGS= -O -DBITMAPFILE=\"$(BITMAPFILE)\"
|
|
+
|
|
+BITMAPFILE= $(PREFIX)/share/chinese/lunar.bitmap
|
|
|
|
lunar: lunar.o
|
|
cc -o lunar lunar.o
|