]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - lfs/zaptel
Ein Paar Dateien fuer die GPLv3 angepasst.
[people/pmueller/ipfire-2.x.git] / lfs / zaptel
CommitLineData
b684b13b 1###############################################################################
b684b13b 2# #
70df8302
MT
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
b684b13b 7# it under the terms of the GNU General Public License as published by #
70df8302 8# the Free Software Foundation, either version 3 of the License, or #
b684b13b
MT
9# (at your option) any later version. #
10# #
70df8302 11# This program is distributed in the hope that it will be useful, #
b684b13b
MT
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
70df8302 17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
b684b13b
MT
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include Config
26
61d0d586 27VER = 1.4.4
b684b13b
MT
28
29THISAPP = zaptel-$(VER)
30DL_FILE = $(THISAPP).tar.gz
31DL_FROM = $(URL_IPFIRE)
32DIR_APP = $(DIR_SRC)/$(THISAPP)
dd001658 33ifeq "$(SMP)" "1"
119f6ad3
MT
34 TARGET = $(DIR_INFO)/$(THISAPP)-smp
35else
36 TARGET = $(DIR_INFO)/$(THISAPP)
37endif
b684b13b 38PROG = zaptel
119f6ad3 39PAK_VER = 1
b684b13b 40
3489ebac
MT
41