1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/deskutils/ical/Makefile
Kris Kennaway 39c06186fa Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.

Reviewed by:		ports
No response from:	erich
2000-04-23 22:59:51 +00:00

30 lines
717 B
Makefile

# New ports collection makefile for: ical
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= ical
PORTVERSION= 2.2
CATEGORIES= deskutils tk82
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.2 \
--with-tclhdir=${PREFIX}/include/tcl8.2 \
--with-tclsh=${PREFIX}/bin/tclsh8.2 \
--with-tkconfig=${PREFIX}/lib/tk8.2 \
--with-tkhdir=${PREFIX}/include/tk8.2
MAN1= ical.1
post-install:
@strip ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>