aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt_vc_query/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - reclaimJason Helfman2019-08-081-1/+1
| | | | Notes: svn path=/head/; revision=508388
* Return jgh's ports to the various pools after his commit bit was safekept.Rene Ladan2019-08-051-1/+1
| | | | | | | Hat: portmgr-secretary Notes: svn path=/head/; revision=508206
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Switch to options helpersDmitry Marakasov2015-09-031-5/+1
| | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket Notes: svn path=/head/; revision=396018
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-07-021-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360318
* Remove trailing whitespaces from category mailEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345418
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - support stagingJason Helfman2013-10-191-5/+3
| | | | Notes: svn path=/head/; revision=330848
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - trim historical headerJason Helfman2013-01-081-10/+10
| | | | | | | | | | | - tighten COMMENT - depend on package name for libvc - use PORTDOCS and PLIST_FILES in favor of plist - adopt optionsNG for DOCS and show installation of files - take maintainership Notes: svn path=/head/; revision=310111
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Set maintainer to ports@Oliver Braun2008-11-091-1/+1
| | | | Notes: svn path=/head/; revision=222588
* deUSE_SIZEify.Oliver Braun2004-03-111-1/+0
| | | | Notes: svn path=/head/; revision=103612
* SIZE-ifyOliver Braun2004-01-311-0/+1
| | | | Notes: svn path=/head/; revision=99595
* There is also a run-time dependancy on libvc.David E. O'Brien2004-01-011-1/+2
| | | | Notes: svn path=/head/; revision=97018
* * Upgrade to 002.Oliver Braun2003-05-191-1/+9
| | | | | | | * Install portdocs. Notes: svn path=/head/; revision=81397
* The mutt_vc_query program is a vCard query utility for mutt.Oliver Braun2003-05-141-0/+26
It was originally written for `rolo'. WWW: http://rolo.sf.net/ Notes: svn path=/head/; revision=80969