View | Details | Raw Unified | Return to bug 191057
Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 58-63 Link Here
58
    SUBDIR += bluefish-devel
58
    SUBDIR += bluefish-devel
59
    SUBDIR += boa
59
    SUBDIR += boa
60
    SUBDIR += bookmarkbridge
60
    SUBDIR += bookmarkbridge
61
    SUBDIR += bootstrap2
61
    SUBDIR += bozohttpd
62
    SUBDIR += bozohttpd
62
    SUBDIR += bugmenot-firefox
63
    SUBDIR += bugmenot-firefox
63
    SUBDIR += c-icap
64
    SUBDIR += c-icap
(-)b/www/bootstrap2/Makefile (+19 lines)
Added Link Here
1
# Created by: Melvyn Sopacua <melvyn@magemana.nl>
2
# $FreeBSD$
3
4
PORTNAME=	bootstrap2
5
PORTVERSION=	2.3.2
6
CATEGORIES=	www
7
MASTER_SITES=	http://getbootstrap.com/${PORTVERSION}/assets/
8
DISTNAME=	bootstrap
9
10
MAINTAINER=	melvyn@magemana.nl
11
COMMENT=	Twitter's responsive javascript library
12
13
USES=		zip
14
NO_BUILD=	yes
15
16
do-install:
17
	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
18
19
.include <bsd.port.mk>
(-)b/www/bootstrap2/distinfo (+2 lines)
Added Link Here
1
SHA256 (bootstrap.zip) = 4f1085407ba6af0fd3ece57ca3d2053e05595af20e9292a12af53243a1924a3a
2
SIZE (bootstrap.zip) = 85732
(-)b/www/bootstrap2/pkg-descr (+7 lines)
Added Link Here
1
Sleek, intuitive, and powerful front-end framework for faster and easier
2
web development.
3
Bootstrap was made to not only look and behave great in the latest
4
desktop browsers (as well as IE7!), but in tablet and smartphone
5
browsers via responsive CSS as well.
6
7
WWW: http://getbootstrap.com/
(-)b/www/bootstrap2/pkg-plist (+12 lines)
Added Link Here
1
%%WWWDIR%%/css/bootstrap-responsive.css
2
%%WWWDIR%%/css/bootstrap-responsive.min.css
3
%%WWWDIR%%/css/bootstrap.css
4
%%WWWDIR%%/css/bootstrap.min.css
5
%%WWWDIR%%/img/glyphicons-halflings-white.png
6
%%WWWDIR%%/img/glyphicons-halflings.png
7
%%WWWDIR%%/js/bootstrap.js
8
%%WWWDIR%%/js/bootstrap.min.js
9
@dirrmtry %%WWWDIR%%/css
10
@dirrmtry %%WWWDIR%%/img
11
@dirrmtry %%WWWDIR%%/js
12
@dirrmtry %%WWWDIR%%

Return to bug 191057