1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/deskutils/ical/Makefile

27 lines
659 B
Makefile
Raw Normal View History

# New ports collection makefile for: ical
# Version required: 2.1
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
1997-05-01 21:50:14 +00:00
# $Id: Makefile,v 1.8 1997/04/20 13:19:31 wosch Exp $
#
DISTNAME= ical-2.1b2
1997-04-20 13:20:00 +00:00
CATEGORIES= misc tk41
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
1995-10-28 20:35:56 +00:00
MAINTAINER= erich@FreeBSD.org
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \
--with-tclconfig=/usr/libdata/tcl \
--with-tkconfig=${PREFIX}/lib
MAN1= ical.1
1997-05-01 21:50:14 +00:00
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>