freebsd-ports/sysutils/cfvers/Makefile
Mark Linimon acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00

34 lines
725 B
Makefile

# New ports collection makefile for: cfvers
# Date created: 2004-10-06
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= cfvers
PORTVERSION= 0.5.4
CATEGORIES= sysutils devel
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration versioning system
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10
USE_GMAKE= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
MAN1= cfv.1 cfvadmin.1 cfversd.1
MAN5= cfvers.conf.5 cfversd.conf.5
DOCS= AUTHORS NEWS README TODO doc/*.html
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>