freebsd-ports/deskutils/ical/Makefile

31 lines
798 B
Makefile
Raw Normal View History

# New ports collection makefile for: ical
# Version required: 2.1
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
1998-09-25 06:05:14 -04:00
# $Id: Makefile,v 1.20 1998/08/07 23:56:14 asami Exp $
#
1998-01-01 16:46:48 -05:00
DISTNAME= ical-2.2
CATEGORIES= deskutils tk80
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
1998-02-07 17:59:18 -05:00
MAINTAINER= erich@FreeBSD.ORG
1995-10-28 16:35:56 -04:00
1998-09-25 06:05:14 -04:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
GNU_CONFIGURE= yes
1998-02-07 17:59:18 -05:00
CONFIGURE_ARGS= --prefix=${PREFIX} \
1998-03-20 04:59:49 -05: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 16:46:48 -05:00
MAN1= ical.1
1997-05-01 17:50:14 -04:00
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>