blob: 36e319ff4314c091064ea1ac515efc9f18bb3484 (
plain)
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
|
# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:35 agc Exp $
# $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp
#
DISTNAME= ical-2.2
CATEGORIES= misc
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 "../../mk/bsd.pkg.mk"
|