freebsd-ports/deskutils/ical/Makefile

33 lines
761 B
Makefile
Raw Normal View History

2004-10-29 05:46:01 +02:00
# ex:ts=8
# New ports collection makefile for: ical
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= ical
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= deskutils tk
2004-10-29 05:46:01 +02:00
MASTER_SITES= ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/
MAINTAINER= obrien@FreeBSD.org
COMMENT= A calendar application
1995-10-28 21:35:56 +01:00
2004-10-29 05:46:01 +02:00
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
GNU_CONFIGURE= yes
2004-10-29 05:46:01 +02:00
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.4 \
--with-tclhdir=${PREFIX}/include/tcl8.4 \
--with-tclsh=${PREFIX}/bin/tclsh8.4 \
--with-tkconfig=${PREFIX}/lib/tk8.4 \
--with-tkhdir=${PREFIX}/include/tk8.4
1998-01-01 22:46:48 +01:00
MAN1= ical.1
1997-05-01 23:50:14 +02:00
post-install:
@${STRIP_CMD} ${PREFIX}/bin/${DISTNAME}
1997-05-01 23:50:14 +02:00
.include <bsd.port.mk>