|
Revision 19643, 1.2 KB
(checked in by dmichelsen, 6 months ago)
|
|
WHOLE TREE: Remove default CATEGORIES
|
| Line | |
|---|
| 1 | NAME = xbill |
|---|
| 2 | VERSION = 2.1 |
|---|
| 3 | GARTYPE = v2 |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION = Seek out and destroy all forms of Bill |
|---|
| 6 | define 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. |
|---|
| 15 | endef |
|---|
| 16 | |
|---|
| 17 | MASTER_SITES = http://www.xbill.org/download/ |
|---|
| 18 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 19 | |
|---|
| 20 | SPKG_SOURCEURL = http://www.xbill.org |
|---|
| 21 | |
|---|
| 22 | # We define upstream file regex so we can be notifed of new upstream software release |
|---|
| 23 | UFILES_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 | |
|---|
| 29 | RUNTIME_DEP_PKGS = CSWglib CSWgtk CSWxaw3d CSWxpm |
|---|
| 30 | |
|---|
| 31 | CONFIGURE_ARGS = $(DIRPATHS) |
|---|
| 32 | |
|---|
| 33 | EXTRA_LDFLAGS = -L$(libdir) -lXpm -lX11 |
|---|
| 34 | |
|---|
| 35 | TEST_SCRIPTS = |
|---|
| 36 | |
|---|
| 37 | include gar/category.mk |
|---|