# New ports collection makefile for: umich # Date created: Thu 13 Aug 2009 # Whom: Alexey V. Degtyarev # # $FreeBSD$ # PORTNAME= umich PORTVERSION= 20090813 CATEGORIES= mail MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= roundcube- MAINTAINER= alexey@renatasystems.org COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube NO_BUILD= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/umich # This target is only meant to be used by the port maintainer. x-generate-plist: build cd ${WRKSRC}; \ ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \ ${FIND} . -type d | ${SORT} -r | ${SED} \ -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp post-patch: ${FIND} ${WRKSRC} -type f -name '*.orig' -delete do-install: ${MKDIR} ${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR} .include d class='main'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/asclock
Commit message (Expand)AuthorAgeFilesLines
* - add LICENSEdinoex2017-01-292-26/+91
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* - fix order in USESdinoex2014-08-041-1/+1
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* - revert r331810dinoex2013-10-291-3/+2
* - use STAGEDIRdinoex2013-10-281-4/+1
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1