blob: 3726bbbc950ce5e4f02d297a1984a3854739efe7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.1.1.1 1995/08/23 09:45:12 asami Exp $
#
DISTNAME= ical-1.9
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.sterling.com/programming/languages/tcl/code/ical/
LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \
tk\\.3\\.:${PORTSDIR}/x11/tk
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX)
.include <bsd.port.mk>
|