freebsd-ports/deskutils/ical/Makefile
Bill Fenner f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00

30 lines
785 B
Makefile

# New ports collection makefile for: ical
# Version required: 2.1
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp $
#
DISTNAME= ical-2.2
CATEGORIES= misc tk80
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
MAINTAINER= erich@FreeBSD.ORG
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tclconfig=${PREFIX}/lib/tcl8.0 \
--with-tclhdir=${PREFIX}/include/tcl8.0 \
--with-tclsh=${PREFIX}/bin/tclsh8.0 \
--with-tkconfig=${PREFIX}/lib/tk8.0 \
--with-tkhdir=${PREFIX}/include/tk8.0
MAN1= ical.1
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>