1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/deskutils/ical/Makefile
Pietro Cerutti e63a05e871 - STAGE-clean
- Convert to USES=tk
2014-02-17 14:03:17 +00:00

35 lines
805 B
Makefile

# Created by: Eric L. Hernes <erich@FreeBSD.org>
# $FreeBSD$
PORTNAME= ical
PORTVERSION= 2.2
PORTREVISION= 4
CATEGORIES= deskutils tk
MASTER_SITES= ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/
PATCH_SITES= http://www.isi.edu/~johnh/SOFTWARE/ICAL/
PATCHFILES= ical-2.3.1-upvar.patch
MAINTAINER= obrien@FreeBSD.org
COMMENT= Calendar application
LICENSE= GPLv2
USES= tk
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \
--with-tclhdir=${TCL_INCLUDEDIR} \
--with-tclsh=${TCLSH} \
--with-tkconfig=${TK_LIBDIR} \
--with-tkhdir=${TK_INCLUDEDIR}
MAKE_ENV+= STAGEDIR=${STAGEDIR}
post-patch:
@${REINPLACE_CMD} -e 's,tcl->result,Tcl_GetStringResult(tcl),' \
${WRKSRC}/ical.C
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>