freebsd-ports/devel/fossil/Makefile
Baptiste Daroussin 76746b83e3 - update to 1.20
- changes:
    Support for side-by-side diffs in the web interface.
    Available support for symbolic links. (Turned off by default.)
    Tag changes now shown on the timeline. (You must run "fossil rebuild" for historical tag changes to appear.)
2011-10-22 15:43:57 +00:00

32 lines
630 B
Makefile

# New ports collection makefile for: fossil
# Date created: 2010-06-15
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fossil
PORTVERSION= 20111021125253
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_UNSAFE= yes
PLIST_FILES= bin/fossil
HAS_CONFIGURE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>