1995-08-23 09:45:13 +00:00
|
|
|
# New ports collection makefile for: ical
|
1996-10-08 07:06:34 +00:00
|
|
|
# Version required: 2.1
|
1995-08-23 09:45:13 +00:00
|
|
|
# Date created: Mon Aug 28 13:35:31 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1998-02-24 21:43:51 +00:00
|
|
|
# $Id: Makefile,v 1.16 1998/02/21 22:38:00 fenner Exp $
|
1995-08-23 09:45:13 +00:00
|
|
|
#
|
|
|
|
|
1998-01-01 21:46:48 +00:00
|
|
|
DISTNAME= ical-2.2
|
1998-03-20 09:59:49 +00:00
|
|
|
CATEGORIES= misc tk80
|
1996-10-08 07:06:34 +00:00
|
|
|
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
|
1995-08-23 09:45:13 +00:00
|
|
|
|
1998-02-07 22:59:18 +00:00
|
|
|
MAINTAINER= erich@FreeBSD.ORG
|
1995-10-28 20:35:56 +00:00
|
|
|
|
1998-03-20 09:59:49 +00:00
|
|
|
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
1995-08-23 09:45:13 +00:00
|
|
|
|
1996-10-08 07:06:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-02-07 22:59:18 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
1998-03-20 09:59:49 +00:00
|
|
|
--with-tclconfig=${PREFIX}/lib/tcl8.0 \
|
|
|
|
--with-tclhdir=${PREFIX}/include/tcl8.0 \
|
|
|
|
--with-tclsh=${PREFIX}/bin/tclsh8.0 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.0 \
|
|
|
|
--with-tkhdir=${PREFIX}/include/tk8.0
|
1998-01-01 21:46:48 +00:00
|
|
|
|
1996-11-17 09:06:37 +00:00
|
|
|
MAN1= ical.1
|
1995-08-23 09:45:13 +00:00
|
|
|
|
1997-05-01 21:50:14 +00:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/${DISTNAME}
|
|
|
|
|
1995-08-23 09:45:13 +00:00
|
|
|
.include <bsd.port.mk>
|