blob: 935d59b7326d461f46d71907c6d897722c3a3080 (
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
|
# $FreeBSD$
PORTNAME= fossil
PORTVERSION= 20130911114349
PORTEPOCH= 1
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= DSCM with built-in wiki, http interface and server, tickets database
LICENSE= BSD
PLIST_FILES= bin/fossil
HAS_CONFIGURE= yes
OPTIONS_DEFINE= JSON STATIC
JSON_DESC= JSON API support
JSON_CONFIGURE_ON= --json
STATIC_CONFIGURE_ON= --static
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|