aboutsummaryrefslogtreecommitdiff
path: root/www/redmine-basecamp/Makefile
blob: 15d569269cbc8ab1e7c86b4bcaf338efb340eeb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	redmine-basecamp
# Date created:		2010-01-16
# Whom:			Bernhard Froehlich <decke@bluelife.at>
#
# $FreeBSD$
#

PORTNAME=	basecamp
PORTVERSION=	20101203
CATEGORIES=	www
MASTER_SITES=	http://home.bluelife.at/ports/distfiles/ \
		LOCAL/decke
PKGNAMEPREFIX=	redmine-

MAINTAINER=	decke@FreeBSD.org
COMMENT=	Basecamp Theme for Redmine

RUN_DEPENDS=	redmine>=0.9:${PORTSDIR}/www/redmine

NO_BUILD=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
WWWDIR?=	${PREFIX}/www/redmine/public/themes/${PORTNAME}

PLIST_FILES=	%%WWWDIR%%/README.md \
		%%WWWDIR%%/stylesheets/application.css
PLIST_DIRS=	%%WWWDIR%%/stylesheets \
		%%WWWDIR%%

do-install:
		${MKDIR} ${WWWDIR}
		cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}

.include <bsd.port.mk>