1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/deskutils/ical/Makefile

31 lines
755 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
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
1998-01-01 21:46:48 +00:00
DISTNAME= ical-2.2
CATEGORIES= deskutils tk80
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
1998-02-07 22:59:18 +00:00
MAINTAINER= erich@FreeBSD.ORG
1995-10-28 20:35:56 +00:00
1998-09-25 10:05:14 +00:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
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
MAN1= ical.1
1997-05-01 21:50:14 +00:00
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>