pkgsrc/time/ical/Makefile
minskim 2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00

26 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/03/08 20:27:16 minskim Exp $
DISTNAME= ical-2.2.1
CATEGORIES= time
MASTER_SITES= http://members.nbci.com/majahj/ical/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://members.nbci.com/majahj/ical/
COMMENT= Calendar application
USE_BUILDLINK2= yes
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tclconfig=${PREFIX}/lib \
--with-tclsh=${PREFIX}/bin/tclsh \
--with-tkconfig=${PREFIX}/lib
post-configure:
${TOUCH} ${WRKDIR}/${DISTNAME}/Makefile \
${WRKDIR}/${DISTNAME}/calendar/Makefile \
${WRKDIR}/${DISTNAME}/startup.tcl \
${WRKDIR}/${DISTNAME}/time/Makefile
.include "../../x11/tk83/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"