The basecamp(R) theme is a Redmine-port of the famous 37signals(R) Basecamp(R)
theme. It is derivated from the alternate theme but supports/includes most of recent changes in the default theme. WWW: http://www.redmine.org/wiki/redmine/ThemeBasecamp WWW: http://theill.com/stuff/redmine/ PR: ports/143400 Submitted by: Bernhard Froehlich <decke at bluelife.at>
This commit is contained in:
parent
7a04e23af0
commit
a1e5c1e72b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248960
4 changed files with 44 additions and 0 deletions
|
@ -1423,6 +1423,7 @@
|
|||
SUBDIR += quixote
|
||||
SUBDIR += red5
|
||||
SUBDIR += redmine
|
||||
SUBDIR += redmine-basecamp
|
||||
SUBDIR += rejik
|
||||
SUBDIR += rekonq
|
||||
SUBDIR += reportmagic
|
||||
|
|
34
www/redmine-basecamp/Makefile
Normal file
34
www/redmine-basecamp/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: redmine-basecamp
|
||||
# Date created: 2010-01-16
|
||||
# Whom: Bernhard Froehlich <decke@bluelife.at>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= basecamp
|
||||
PORTVERSION= 20091116
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://home.bluelife.at/ports/distfiles/ \
|
||||
http://tmp.chruetertee.ch/
|
||||
PKGNAMEPREFIX= redmine-
|
||||
|
||||
MAINTAINER= decke@bluelife.at
|
||||
COMMENT= Basecamp Theme for Redmine
|
||||
|
||||
RUN_DEPENDS= redmine>=0.9:${PORTSDIR}/www/redmine
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WWWDIR?= ${PREFIX}/www/redmine/public/themes/${PORTNAME}
|
||||
|
||||
PLIST_FILES= %%WWWDIR%%/stylesheets/application.css
|
||||
PLIST_DIRS= %%WWWDIR%%/stylesheets \
|
||||
%%WWWDIR%%
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/redmine-basecamp/distinfo
Normal file
3
www/redmine-basecamp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (basecamp-20091116.zip) = e97cab91e5abe5d0df45d3e1d561002d
|
||||
SHA256 (basecamp-20091116.zip) = 6caccb86b28bf13eee7d1f48282380cdc7b199eb96432252f33112fc7dfc97fd
|
||||
SIZE (basecamp-20091116.zip) = 2199
|
6
www/redmine-basecamp/pkg-descr
Normal file
6
www/redmine-basecamp/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The basecamp(R) theme is a Redmine-port of the famous 37signals(R) Basecamp(R)
|
||||
theme. It is derivated from the alternate theme but supports/includes most of
|
||||
recent changes in the default theme.
|
||||
|
||||
WWW: http://www.redmine.org/wiki/redmine/ThemeBasecamp
|
||||
WWW: http://theill.com/stuff/redmine/
|
Loading…
Reference in a new issue