1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/deskutils/ical/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

35 lines
938 B
Makefile

PORTNAME= ical
PORTVERSION= 3.0.4
CATEGORIES= deskutils tk
MASTER_SITES= https://launchpad.net/ical-tcl/+download/ \
http://opal.com/jr/ical/
MAINTAINER= fbsd@opal.com
COMMENT= Calendar application
WWW= https://www.isi.edu/~johnh/SOFTWARE/ICAL/
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= autoreconf:build gmake tk xorg
USE_XORG= x11 xext xft xrender xscrnsaver
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tkconfig=${TK_LIBDIR} \
--with-tclconfig=${TCL_LIBDIR} \
--with-tclsh=${TCLSH}
MAKE_ENV= STAGEDIR=${STAGEDIR}
SUB_FILES= pkg-message
SUB_LIST+= VERSION=${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-tcl
USER_TCL= ${HOME}/.tk/${PORTNAME}/user.tcl
DIST_VER= ${DISTNAME:S/${PORTVERSION}/${VERSION}/}
post-install:
@${RM} ${STAGEDIR}/${PREFIX}/lib/ical/v${PORTVERSION}/contrib/*.patch
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>