60eaf7db4f
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Reported by: Kris' makeindex script
37 lines
813 B
Makefile
37 lines
813 B
Makefile
# New ports collection makefile for: cfvers
|
|
# Date created: 2004-10-06
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cfvers
|
|
PORTVERSION= 0.4.6
|
|
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
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= cfv.1 cfvadmin.1
|
|
DOCS= AUTHORS NEWS README TODO doc/*.html
|
|
|
|
post-configure:
|
|
${REINPLACE_CMD} -e 's,/etc/cfvers.conf,${PREFIX}/etc/cfvers.conf,g' \
|
|
${WRKSRC}/cfvers/cmd.py
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|