#-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # # Please view me with 4 column tabs! .if !defined(_POSTMKINCLUDED) && !defined(Mail_Pre_Include) # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). Mail_Include_MAINTAINER= garga@FreeBSD.org Mail_Pre_Include= bsd.mail.mk ## Begin QMAIL Stuff # Ports can use the following vars: # # QMAIL_PREFIX - Define it if qmail is installed in a different PREFIX. # Default: /var/qmail # # QMAIL_SLAVEPORT - Define it if you install a slaveport of qmail, to # prevent stale dependencies. Valid slaveports are: # ldap, mysql, spamcontrol and tls. # # USE_QMAIL_BUILD - Add qmail or qmail slaveport to BUILD_DEPENDS. # # USE_QMAIL_RUN - Add qmail or qmail slaveport to RUN_DEPENDS. # # USE_QMAIL - Add qmail or qmail slaveport to RUN and BUILD_DEPENDS. # # WANT_QMAIL - Set vars related to qmail, like QMAIL_PREFIX. QMAIL_PREFIX?= /var/qmail _QMAIL_VALID_SLAVEPORTS= ldap mysql spamcontrol tls .if defined(USE_QMAIL) || defined(USE_QMAIL_RUN) || defined (USE_QMAIL_BUILD) .if defined(QMAIL_SLAVEPORT) . for slave in ${_QMAIL_VALID_SLAVEPORTS} . if ${QMAIL_SLAVEPORT:L} == ${slave} _QMAIL_SLAVEPORT_OKAY= true . endif . endfor . if !defined(_QMAIL_SLAVEPORT_OKAY) IGNORE= Invalid QMAIL_SLAVEPORT value. Only one can be set, valid values are: ${_QMAIL_VALID_SLAVEPORTS} . endif .endif .if defined(QMAIL_SLAVEPORT) QMAIL_DEPENDS= ${QMAIL_PREFIX}/bin/qmail-send:${PORTSDIR}/mail/qmail-${QMAIL_SLAVEPORT:L} .else QMAIL_DEPENDS= ${QMAIL_PREFIX}/bin/qmail-send:${PORTSDIR}/mail/qmail .endif .if defined(USE_QMAIL) || defined(USE_QMAIL_RUN) RUN_DEPENDS+= ${QMAIL_DEPENDS} .endif .if defined(USE_QMAIL) || defined(USE_QMAIL_BUILD) BUILD_DEPENDS+= ${QMAIL_DEPENDS} .endif .endif ## End QMAIL Stuff .endif lectron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/diskcheckd
Commit message (Expand)AuthorAgeFilesLines
* sysutils/diskcheckd: 20110729 -> 20150220pi2015-03-023-21/+154
* Stagify.vanilla2014-06-272-15/+9
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Some bugfixes:crees2011-08-315-50/+129
* No-one seems to be able to answer for this code, so mark DEPRECATED and annou...crees2011-08-171-0/+3
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-10/+3
* - add USE_RC_SUBRleeym2006-05-204-27/+30
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
* Use bsd.prog.mk, cleanup a bitvs2005-10-062-13/+4
* fix for post-GEOM system.sf2004-10-282-4/+20
* IGNORE: Does not run on 5.xkris2003-08-181-0/+2
* De-pkg-comment.knu2003-02-212-1/+1
* Fix build on -current (catch up to #include changes)kris2002-10-211-0/+2
* BROKEN -> IGNORE to prevent package buildkris2002-10-131-1/+1
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3