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