|
Revision 16916, 0.8 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = tkdiff |
|---|
| 2 | VERSION = 4.2 |
|---|
| 3 | CATEGORIES = utils |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = A graphical diff tool |
|---|
| 7 | define BLURB |
|---|
| 8 | endef |
|---|
| 9 | |
|---|
| 10 | MASTER_SITES = $(SF_MIRROR) |
|---|
| 11 | DISTFILES += $(NAME)-$(VERSION).tar.gz |
|---|
| 12 | DISTNAME = tkdiff-unix |
|---|
| 13 | PATCHFILES += force-csw-wish.patch |
|---|
| 14 | |
|---|
| 15 | VENDOR_URL = http://tkdiff.sourceforge.net/ |
|---|
| 16 | |
|---|
| 17 | LICENSE = LICENSE.txt |
|---|
| 18 | |
|---|
| 19 | PACKAGES += CSWtkdiff |
|---|
| 20 | SPKG_DESC_CSWtkdiff = A graphical diff tool |
|---|
| 21 | # PKGFILES is catchall |
|---|
| 22 | ARCHALL_CSWtkdiff = 1 |
|---|
| 23 | # We need "wish" from CSWtk which is not detected by checkpkg |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWtkdiff += CSWtk |
|---|
| 25 | CHECKPKG_OVERRIDES_CSWtkdiff += surplus-dependency|CSWtk |
|---|
| 26 | |
|---|
| 27 | BUILD_SCRIPTS = |
|---|
| 28 | CONFIGURE_SCRIPTS = |
|---|
| 29 | TEST_SCRIPTS = |
|---|
| 30 | INSTALL_SCRIPTS = custom |
|---|
| 31 | |
|---|
| 32 | include gar/category.mk |
|---|
| 33 | |
|---|
| 34 | install-custom: |
|---|
| 35 | ginstall -d $(DESTDIR)$(bindir) |
|---|
| 36 | ginstall $(WORKSRC)/tkdiff $(DESTDIR)$(bindir)/tkdiff |
|---|
| 37 | @$(MAKECOOKIE) |
|---|