freebsd-ports/deskutils/ical/Makefile

35 lines
930 B
Makefile
Raw Normal View History

# New ports collection makefile for: ical
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-25 07:28:01 +02:00
# $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
1995-10-28 21:35:56 +01:00
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
1998-01-01 22:46:48 +01:00
MAN1= ical.1
1997-05-01 23:50:14 +02:00
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>