aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ical/Makefile
blob: cc3b9155c1f66a6b880e91f4d5a2e4d4ab32c142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ex:ts=8
# 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
PORTREVISION=	3
CATEGORIES?=	deskutils tk
MASTER_SITES=	ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/

MAINTAINER?=	obrien@FreeBSD.org
COMMENT?=	A calendar application

USE_TK=		yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-tclconfig=${TCL_LIBDIR} \
		--with-tclhdir=${TCL_INCLUDEDIR} \
		--with-tclsh=${TCLSH} \
		--with-tkconfig=${TK_LIBDIR} \
		--with-tkhdir=${TK_INCLUDEDIR}

MAN1=		ical.1

post-install:
	@${STRIP_CMD} ${PREFIX}/bin/${DISTNAME}

.include <bsd.port.mk>