summaryrefslogtreecommitdiff
path: root/deskutils/ical/Makefile
blob: b546d872d7ca6a6490eefd1ab9413a2e33872d48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    ical
# Version required:     1.9
# Date created:         Mon Aug 28 13:35:31 CDT 1995
# Whom:                 erich@rrnet.com
#
# $Id: Makefile,v 1.2 1995/08/23 09:59:16 asami Exp $
#

DISTNAME=	ical-1.9
CATEGORIES+=	utilities
MASTER_SITES=	ftp://ftp.sterling.com/programming/languages/tcl/code/ical/

MAINTAINER=	erich@FreeBSD.org

LIB_DEPENDS=    tcl\\.7\\.:${PORTSDIR}/lang/tcl \
                tk\\.3\\.:${PORTSDIR}/x11/tk 

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX)

.include <bsd.port.mk>