1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/lincvs/Makefile

26 lines
570 B
Makefile
Raw Normal View History

# New ports collection makefile for: lincvs
# Date created: 03 December 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= lincvs
PORTVERSION= 0.2.3
CATEGORIES= devel kde
MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/
2000-04-11 21:30:15 +00:00
DISTNAME= ${PORTNAME}_${PORTVERSION}
1999-12-29 04:50:18 +00:00
MAINTAINER= jedgar@FreeBSD.org
USE_QT2= yes
1999-12-29 04:50:18 +00:00
WRKSRC= ${WRKDIR}/LinCVS-0.2.3
do-configure:
@${PERL} -pi.orig -e 's|__X11BASE__|${X11BASE}|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/LinCVS ${PREFIX}/bin/lincvs
.include <bsd.port.mk>