summaryrefslogblamecommitdiff
path: root/devel/lincvs/Makefile
blob: a0dd1ca09b3e2ba9e8eb9b45c537ab12150b2371 (plain) (tree)



























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