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

root/csw/mgar/pkg/diffstat/trunk/Makefile

Revision 16916, 0.6 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = diffstat
2VERSION = 1.55
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = A utility which provides statistics based on the output of diff
7define BLURB
8endef
9
10MASTER_SITES = ftp://invisible-island.net/diffstat/
11DISTFILES += $(DISTNAME).tgz
12
13VENDOR_URL = http://invisible-island.net/diffstat/
14
15CONFIGURE_ARGS = $(DIRPATHS)
16CONFIGURE_ARGS += --with-install-prefix=$(DESTDIR)
17
18include gar/category.mk
19
20post-extract-modulated:
21        -test -f $(WORKSRC)/diffstat.1 && perl -n -e 'next if( !/^\.\\"/ ); s/\.\\"//; print "*$$_"' $(WORKSRC)/diffstat.1 >$(WORKSRC)/COPYING
22        @$(MAKECOOKIE)
Note: See TracBrowser for help on using the browser.