1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/lincvs/Makefile
Chris Piazza 39f6f12faf LinCVS is a QT2-based frontend for the CVS-client supporting
both CVS-versions 1.9 and 1.10, perhaps even older ones....

PR:		15245
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-12-04 23:51:22 +00:00

29 lines
743 B
Makefile

# New ports collection makefile for: lincvs
# Version required: 0.2.2
# Date created: 03 December 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= lincvs_0.2.2
PKGNAME= lincvs-0.2.2
CATEGORIES= devel kde
MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/
MAINTAINER= jedgar@fxp.org
USE_QT2= yes
WRKSRC= ${WRKDIR}/LinCVS-0.2.2
do-configure:
@${PERL} -pi.orig -e 's|__X11BASE__|${X11BASE}|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/LinCVS ${PREFIX}/bin/lincvs
${MKDIR} ${PREFIX}/share/doc/lincvs
${INSTALL_DATA} ${WRKSRC}/doc/index.html ${PREFIX}/share/doc/lincvs
${INSTALL_DATA} ${WRKSRC}/doc/index-1.html ${PREFIX}/share/doc/lincvs
.include <bsd.port.mk>