1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/deskutils/ical/Makefile
David E. O'Brien 0d77c3b570 Backout my backout of rev 1.31.
We can now build with Tcl/Tk 8.3.
2002-03-19 04:42:56 +00:00

35 lines
930 B
Makefile

# New ports collection makefile for: ical
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= ical
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= deskutils tk83
MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \
ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \
ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \
ftp://ftp.kddlabs.co.jp/sourceforge/ical/ \
ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/
MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \
--with-tclhdir=${PREFIX}/include/tcl8.3 \
--with-tclsh=${PREFIX}/bin/tclsh8.3 \
--with-tkconfig=${PREFIX}/lib/tk8.3 \
--with-tkhdir=${PREFIX}/include/tk8.3
MAN1= ical.1
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>