mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
466 B
Makefile
20 lines
466 B
Makefile
# 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$
|
|
#
|
|
|
|
DISTNAME= ical-1.9
|
|
CATEGORIES+= utils
|
|
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>
|