aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dkimap4/Makefile
blob: ae0fab080857a4b07e2429629b6ffdea42babc97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:    dkimap4
# Date created:     18 June 2001
# Whom:         Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   dkimap4
PORTVERSION=    2.39
PORTREVISION=   1
CATEGORIES= mail
MASTER_SITES=   http://www.dbox.handshake.de/download/ \
        http://www-2.cs.cmu.edu/~kroening/dbox/
EXTRACT_SUFX=   .tgz

MAINTAINER= dominic_marks@btinternet.com

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

# dkimap will look for incoming mail folders (mbox format) here instead of
# the default from paths.h (/var/mail/) if you uncomment it:
#SPOOLDIR?= /var/mail/foo/
# dkimap message store:
DKIMAPSPOOL?=   /var/spool/dkimap/
# remember to use a slash in the end of these directories

MAKE_ARGS+= BIN_DIR="${PREFIX}/bin" DKIMAPSPOOL="${DKIMAPSPOOL}"
.if defined(SPOOLDIR)
MAKE_ARGS+= SPOOLDIR="${SPOOLDIR}"
.endif

DOCS=   README

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/movemail/movemail ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/dkimap4/dkimap4 ${PREFIX}/libexec
    ${INSTALL_PROGRAM} ${WRKSRC}/dkpop3/dkpop3 ${PREFIX}/libexec

post-install:
.if !defined(NOPORTDOCS)
    ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME}
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
2 +0800'>2001-03-261-0/+2 * Add FreeBSD ID.obrien2001-03-261-0/+1 * Grr. a local cc(1) option got added by mistake.obrien2001-03-261-3/+3 * Sigh. This code is based on vnlibs. Thus I need to fix the Pascal'ismobrien2001-03-261-0/+8 * Respect CFLAGS.obrien2001-03-261-0/+11 * Add a man page.obrien2001-03-261-0/+65 * Minor tweak.obrien2001-03-261-2/+2 * Add reference to vnconvert(1).obrien2001-03-263-0/+3 * unbreak post-install script.sf2001-03-191-1/+1 * Use full path to `mkfontdir'.obrien2001-03-131-1/+1 * Make sure teTeX is installed before installing this port.obrien2001-03-131-0/+3 * Update to the 20010210 version. This fixes occasional core dumps in apps.obrien2001-03-092-2/+2 * New port: localized messages and documentation for KDE2.demon2001-03-025-0/+38 * Add aliases.obrien2001-02-163-0/+15 * Make this build when it is in the full /usr/ports tree and "vi-" is prependedobrien2001-02-121-1/+1 * Use the new libviet port in building.obrien2001-02-123-16/+15 * Use the new libviet port in building.obrien2001-02-113-14/+17 * Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.obrien2001-02-1123-191/+1411 * Fix prefix bogon.obrien2001-02-111-0/+1 * These X fonts allow you to display Vietnamese characters in an Xterm andobrien2001-02-118-0/+134 * VIQR<->VISCII conversion and VISCII ctype-like routinesobrien2001-02-106-0/+49 * teTeX Vietnamese language + font supportobrien2001-02-078-0/+475 * Style fixes in ports/vietnamese.olgeni2001-02-061-1/+1 * Converts Vietnamese text files between popular formats.obrien2001-01-066-0/+40 * Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1 * Fix curses clear() usage.obrien2000-11-033-0/+54 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 * Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.asami2000-09-121-1/+8 * Back out the previous commit. That one has a problem which occurs onknu2000-08-281-5/+1 * PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.knu2000-08-271-1/+5 * Add one manpage, one doc file and delete two directories.asami2000-07-052-0/+4 * List two files in share/doc/vnlpr and delete the directory upon deinstall.asami2000-07-051-2/+3 * Update the manpage to note this now adhears to Vietnamese Standard Code forobrien2000-05-214-7/+58 * Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-216-6/+6 * Remove "vi-" prefix from PORTNAMEs, they are set by PKGNAMEPREFIX inasami2000-04-157-12/+12 * Set PKGNAMEPREFIX with ?= so it can be overridden.asami2000-04-111-1/+1 * Add PKGNAMEPREFIX definitions for language-specific dirs.asami2000-04-111-0/+4 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-107-21/+20 * Restore useless version required comments.obrien2000-03-227-0/+7 * Remove the "version required" line.obrien2000-03-207-7/+0 * Style nits in the ports I maintain.obrien2000-02-137-13/+13 * adjust for my editorobrien1999-09-065-0/+5 * $Id$ -> $FreeBSD$peter1999-08-3117-17/+17 * ln -> ${LN}mharo1999-08-281-3/+3 * chmod -> ${CHMOD}mharo1999-08-232-6/+6 * Make this port reinstall friendly.steve1999-07-051-8/+3 * #4/4 enforcing Caps, no periodhoek1999-06-275-5/+5 * mark unbroken - can't repeat the problemobrien1998-11-071-3/+1 * mark unbroken -- I can't duplicate the problem on 3 different machinesobrien1998-11-071-3/+1 * make buildable on ELFobrien1998-11-071-3/+5 * mark unbroken -- I can't repeat the problem on 3 different machinesobrien1998-11-071-3/+1 * Mark BROKEN for ELF:jseger1998-10-161-1/+3 * Mark BROKEN for ELF:jseger1998-10-161-1/+3 * Mark BROKEN for ELF:jseger1998-10-161-1/+3 * Mark BROKEN for ELF:jseger1998-10-161-1/+3 * Remove manpages from pkg/PLISTobrien1998-08-146-10/+6 * That should have been "print".obrien1997-11-043-3/+3 * Added "editors" to the category.obrien1997-11-043-6/+6 * Add editors to the CATEGORIES list.obrien1997-11-041-2/+2 * Portlint these babies.obrien1997-10-132-6/+7 * Change my email address to @FreeBSDobrien1997-10-107-14/+14 * Remove unnecessary blank line.max1997-09-231-1/+1 * Style police.max1997-09-231-4/+4 * Use ISO639 language code instead of ISO3166 country code for PKGNAME.max1997-09-237-19/+14 * /bin/sh -> ${SH}max1997-07-141-2/+2 * Make more more pty's available.obrien1997-04-271-0/+11 * Share vnroff with the rest of the world.obrien1996-12-251-1/+2 * VNroff converts VIQR format Vietnamese characters into troff format soobrien1996-12-257-0/+121 * Cleaned up helper script.obrien1996-12-102-25/+16 * Ah, I think I now understand INSTALL scripts w/pkg_addobrien1996-12-092-3/+3 * Turnon vnlpr & vnpstextobrien1996-12-091-1/+3 * Vnpstext converts your 8-bit Vietnamese text to a PostScriptobrien1996-12-0910-0/+249 * vnlpr is a shell script that utilizes the vnpstext and vn7to8 utilitiesobrien1996-12-095-0/+105 * Fixed running of pkg/INSTALLobrien1996-12-092-3/+4 * run the pkg/INSTALL script on ``make install''obrien1996-12-091-1/+2 * Install binaries in ${PREFIX}/bin, not ${PREFIX}. (David, you sleepy? :)asami1996-12-071-5/+5 * Prepend "vn-" to PKGNAME.asami1996-12-071-2/+2 * Didn't catch that "RANLIB= echo". HEY! This ain't no stinking SysV OS. :-)obrien1996-12-072-12/+17 * Moved one part of post-install to pkg/INSTALL.obrien1996-12-072-4/+9 * Turn on vn7to8 vnelvis vnless vntermobrien1996-12-061-2/+6 * VNless is a port of a very old version of GNU's less that suports the displayobrien1996-12-0610-0/+207 * VNElvis is a clone of vi/ex (the standard UNIX editor) that allows theobrien1996-12-06