aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-view.h
Commit message (Expand)AuthorAgeFilesLines
* Sync - FedericoFederico Mena Quintero2001-06-201-0/+68
on value='mate-1.22'>mate-1.22 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-devel/Makefile
blob: b844be9dd8847795b8d5eddf5cff67a52466fc57 (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
# New ports collection makefile for:    exim
# Version required: 1.60
# Date created:     23 June 1996
# Whom:         markm
#
# $Id: Makefile,v 1.7 1996/12/01 07:12:08 markm Exp $
#

DISTNAME=   exim-1.60
CATEGORIES= mail
MASTER_SITES=   ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
DISTFILES=  exim-1.60.tar.gz exim-texinfo-1.60.tar.gz

MAINTAINER= markm@FreeBSD.ORG

do-configure:
    ${MKDIR} ${WRKSRC}/Local
    ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local
    ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
    (cd ${WRKSRC}/doc ; \
    for i in ../../exim-texinfo-1.60/doc/* ; do \
        ln -sf $$i ; \
    done )

.include <bsd.port.mk>