aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/ical/Makefile
blob: 1f164e9771f8bda2c3068116d5b1c6eef9302643 (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
# New ports collection makefile for:    ical
# Version required:     2.1
# Date created:         Mon Aug 28 13:35:31 CDT 1995
# Whom:                 erich@rrnet.com
#
# $Id: Makefile,v 1.11 1997/10/08 06:29:16 obrien Exp $
#

DISTNAME=   ical-2.1b2
CATEGORIES= misc
MASTER_SITES=   http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/

MAINTAINER= erich@FreeBSD.org

LIB_DEPENDS=    tk42\\.1:${PORTSDIR}/x11/tk42

BROKEN=     tclsh

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-tclsh=${PREFIX}/bin/tclsh7.6 \
        --with-tclconfig=${PREFIX}/lib/tcl7.6 \
        --with-tkconfig=${PREFIX}/lib/tk4.2
MAN1=       ical.1

post-install:
    @strip ${PREFIX}/bin/${DISTNAME}

.include <bsd.port.mk>