freebsd-ports/devel/fossil/Makefile

33 lines
630 B
Makefile
Raw Normal View History

# 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>