aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update 1.0.6 -> 1.1nectar1999-10-041-121/+49
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* expr -> ${EXPR}mharo1999-08-281-2/+2
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* chmod -> ${CHMOD}mharo1999-08-231-2/+1
| | | | chown -> ${CHOWN}
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Update 1.0.5 -> 1.0.6nectar1999-05-271-8/+11
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-8/+10
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Build and install correctly for a.out and ELF.nectar1998-11-071-4/+11
|
* Honour CFLAGS.markm1998-09-271-2/+2
|
* Generalise the fetch process, and allow those outside the USA tomarkm1998-09-151-8/+34
| | | | fetch as well.
* Honor KRB5_HOME variable.dima1998-08-021-1/+6
|
* Minor change to make it work with other awk versions (The one that OpenBSDdima1998-07-281-2/+2
| | | | has for example)
* * Remove gmake from BUILD_DEPENDS; it is implied by USE_GMAKE.nectar1998-07-071-31/+44
| | | | | | | | * Allow override of CONFIGURE_ARGS. * Control building of KerberosIV compatible libraries with KRB5_KRB4_COMPAT. * Use ECHO, FALSE, and DO_NADA as appropriate. * Combine pre-fetch and do-fetch targets.
* New port, KerberosV 1.0.5.nectar1998-07-061-0/+151
PR: ports/6870 Submitted by: Jacques Vidrine <n@nectar.com>