blob: 9c6105af12f4256ac3f1b26c8324f56255ea6d84 (
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
|
# 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.7 1996/11/17 09:05:52 obrien Exp $
#
DISTNAME= ical-2.1b2
CATEGORIES= misc tk41
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
MAINTAINER= erich@FreeBSD.org
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \
--with-tclconfig=/usr/libdata/tcl \
--with-tkconfig=${PREFIX}/lib
MAN1= ical.1
.include <bsd.port.mk>
|