Changeset 117141
- Timestamp:
- Feb 17, 2014, 3:45:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/glimpse/Portfile
r114656 r117141 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 … … 4 5 5 6 name glimpse 6 version 4.18.5 7 set distfile_date 20070118051535 7 conflicts tre 8 version 4.18.6 9 set distfile_date 20081220014903 8 10 dist_subdir ${name}/${version}-${distfile_date} 9 11 categories textproc … … 14 16 long_description A text search engine. Free for personal use. \ 15 17 Required for use with Webglimpse. 16 checksums md5 10204ab813f3bbb558e22dedf19d1dfb 18 17 19 homepage http://webglimpse.net/ 18 20 master_sites ${homepage}trial/ 19 build.args LDFLAGS=-L${prefix}/lib 21 22 checksums rmd160 cd309a9b578b777fdb4336d89b01ab20f1771fc9 \ 23 sha256 0c21d27d6a3fe37dacdc66ef9194623f5a94b2f5d221dff8f187f69f629beade 24 25 # error: non-void function should return a value 26 # https://trac.macports.org/ticket/42544 27 compiler.blacklist *clang* 28 #configure.cflags-append -Wno-return-type 29 30 # Does not respect *FLAGS 31 universal_variant no 32 33 # make: *** No rule to make target `lib/libagrep.a', needed by `notsglimpse'. Stop. 34 use_parallel_build no 20 35 21 36 destroot.destdir bindir=${destroot}${prefix}/bin \ 22 37 libdir=${destroot}${prefix}/lib \ 23 38 mandir=${destroot}${prefix}/share/man/man1 39 40 livecheck.type regex 41 livecheck.url ${homepage}download.php 42 livecheck.regex {Glimpse ([0-9.]+)}
Note: See TracChangeset
for help on using the changeset viewer.