1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/xbill/trunk/Makefile

Revision 19643, 1.2 KB (checked in by dmichelsen, 6 months ago)

WHOLE TREE: Remove default CATEGORIES

Line 
1NAME = xbill
2VERSION = 2.1
3GARTYPE = v2
4
5DESCRIPTION = Seek out and destroy all forms of Bill
6define BLURB
7  Ever get the feeling that nothing is going right? You're a sysadmin,
8  and someone's trying to destroy your computers. The little people
9  running around the screen are trying to infect your computers with
10  Wingdows [TM], a virus cleverly designed to resemble a popular
11  operating system. Additionally, some computers are connected with
12  network cables. When one computer on a network becomes infected,
13  a spark will be sent down the cable, and will infect the computer
14  on the other end when it reaches there.
15endef
16
17MASTER_SITES = http://www.xbill.org/download/
18DISTFILES  = $(NAME)-$(VERSION).tar.gz
19
20SPKG_SOURCEURL = http://www.xbill.org
21
22# We define upstream file regex so we can be notifed of new upstream software release
23UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
24
25# If the url used to check for software update is different of MASTER_SITES, then
26# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
27# UPSTREAM_MASTER_SITES =
28
29RUNTIME_DEP_PKGS = CSWglib CSWgtk CSWxaw3d CSWxpm
30
31CONFIGURE_ARGS = $(DIRPATHS)
32
33EXTRA_LDFLAGS = -L$(libdir) -lXpm -lX11
34
35TEST_SCRIPTS =
36
37include gar/category.mk
Note: See TracBrowser for help on using the browser.