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
|
|
|
|
#
|
1997-10-08 05:53:57 +00:00
|
|
|
# $Id: Makefile,v 1.9 1997/05/01 21:50:14 obrien Exp $
|
1995-08-23 09:45:13 +00:00
|
|
|
#
|
|
|
|
|
1996-10-08 07:06:34 +00:00
|
|
|
DISTNAME= ical-2.1b2
|
1997-04-20 13:20:00 +00:00
|
|
|
CATEGORIES= misc tk41
|
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
|
|
|
|
1995-10-28 20:35:56 +00:00
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
|
1996-10-08 07:06:34 +00:00
|
|
|
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
|
1995-08-23 09:45:13 +00:00
|
|
|
|
1996-10-08 07:06:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-10-08 05:53:57 +00:00
|
|
|
CONFIGURE_ARGS= --with-tclsh=${PREFIX}/bin/tclsh7.5 \
|
|
|
|
--with-tclconfig=${PREFIX}/lib/tcl7.5 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk4.1
|
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>
|