1PACKAGE = LilyTerm
2BINARY = lilyterm
3VERSION = 0.9.9.4
4
5AUTHOR = Lu, Chao-Ming (Tetralet)
6BUGREPORT = tetrlet@gmail.com
7MAINSITE = http://lilyterm.luna.com.tw/
8GITHUBURL = https://github.com/Tetralet/LilyTerm
9BLOG = http://tetralet.luna.com.tw
10WIKI = https://github.com/Tetralet/LilyTerm/wiki
11ISSUES = https://github.com/Tetralet/LilyTerm/issues
12IRC = \#hime@freenode.net
13
14LANG_LIST = de fr es it nl pl pt_BR ru sk tr uk zh_CN zh_TW
15
16YEAR = $(shell date +%Y)
17ECHO = $(shell whereis "echo" | tr -s ' ' '\n' | grep "bin/""echo""$$" | head -n 1)
18PRINTF = $(shell whereis "printf" | tr -s ' ' '\n' | grep "bin/""printf""$$" | head -n 1)
19
20PREFIX = /usr/local
21ETCDIR = $(PREFIX)/etc/xdg
22BINDIR = $(PREFIX)/bin
23DATADIR = $(PREFIX)/share
24MANDIR = $(DATADIR)/man/man1
25DOCDIR = $(DATADIR)/doc/$(BINARY)
26EXAMPLES_DIR = $(DATADIR)/doc/$(BINARY)/examples
27LOCALEDIR = $(DATADIR)/locale
28ICONDIR = $(DATADIR)/pixmaps
29