# New ports collection makefile for: iwebcal # Date created: 2006-01-14 # Whom: Babak Farrokhi # # $FreeBSD$ # PORTNAME= iwebcal PORTVERSION= 2.1 CATEGORIES= www deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= farrokhi@FreeBSD.org COMMENT= Webbased iCal calendar viewer NO_BUILD= yes USE_PHP= yes WRKSRC= ${WRKDIR}/iWebCal post-extract: -@${FIND} ${WRKSRC}/ -type d -name '.svn' | ${XARGS} ${RM} -rf do-install: .if !exists(${WWWDIR}) ${MKDIR} ${WWWDIR} .endif @${CP} -R ${WRKSRC}/* ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ .include ebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in kldload completion (also reported upstream).des2017-03-302-0/+12
* Update to 5.3.1bapt2016-12-224-29/+6
* Fix typo in chflags completionbapt2016-12-182-0/+12
* Update ZSH to 5.3bapt2016-12-146-56/+60
* Fix make and gmake completionbapt2016-10-172-1/+32
* Grab back maintainership on zshbapt2016-10-171-1/+1
* Sort a few OPTIONS helpersadamw2016-07-291-2/+2
* Reorganize, simplify, and improve the Makefile.adamw2016-07-274-89/+59
* Change the ETCDIR description to say "${PREFIX}" instead ofadamw2016-06-241-1/+1
* Switch zsh back to looking for system-wide files under ${PREFIX}/etc,adamw2016-06-242-7/+21
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1
* Clean up Makefile and regenerate patches.adamw2016-04-064-32/+47
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
* Fix ncurses detection properly. Now zsh builds and packages properly withadamw2015-12-251-7/+3
* Partially revert r403755. It can't build the curses module against ncurses fromadamw2015-12-241-4/+5
* Fix static build against devel/ncurses by correcting how zsh tries to linkadamw2015-12-151-9/+9
* I'll take this port.adamw2015-12-081-1/+1
* Make zsh read again conf in /etcbapt2015-12-081-3/+3
* We do not have yet the need for that new timestamp :)bapt2015-12-051-1/+0
* Update to zsh 5.2bapt2015-12-054-7/+32
* - Switch to options helpersamdmi32015-09-241-8/+8
* Update to 5.1.1bapt2015-09-122-5/+5
* Update to 5.1bapt2015-08-315-31/+24
* - Fix shebangsamdmi32015-07-311-2/+13
* Move the SF mirrors first againbapt2015-06-161-3/+4
* Fix du(1) completionbapt2015-06-152-1/+10
* Really fix the plistbapt2015-06-032-10/+35
* Forgot about the plistbapt2015-06-031-0/+5
* Update to 5.0.8bapt2015-06-035-40/+19
* shells/zsh: Fix runtime error when built by gcc-5 with upstream patchmarino2015-05-262-3/+3
* shells/zsh: Fix runtime error when built by gcc-5 with upstream patchmarino2015-04-261-0/+22
* Stop installing info files, the manpages already covers the full documentationbapt2015-03-261-13/+2
* Correct time report after r367805bapt2015-01-012-3/+3
* Add a patch the kld* completion to find modules in /boot/modules [1]bapt2014-11-223-1/+23
* Update to 5.0.7bapt2014-10-094-12/+11
* Make zsh look at its config files in localbase in prioritybapt2014-09-27