mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
34c9695c52
Reported by: pointyhat via kris
38 lines
811 B
Makefile
38 lines
811 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-PySQLite
|
|
|
|
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>
|