blob: 76c9212a3eb94b94413f4f5ea2ba37f5a4c0297f (
plain)
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
|
# $FreeBSD$
PORTNAME= fossil
PORTVERSION= 20130618210923
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
MAKE_JOBS_SAFE= yes
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>
|