freebsd-ports/devel/fossil/Makefile
Marcelo Araujo 24a3a10b7d - Update to 20100703153359.
PR:		ports/148541
Submitted by:	Bapt <baptiste.daroussin@gmail.com> (maintainer)
2010-07-18 15:53:07 +00:00

27 lines
611 B
Makefile

# New ports collection makefile for: fossil
# Date created: 2010-06-15
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fossil
PORTVERSION= 20100703153359
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= baptiste.daroussin@gmail.com
COMMENT= DSCM with built-in wiki, http interface and server, tickets database
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/fossil
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT-BSD2.txt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
.include <bsd.port.mk>