mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# New ports collection makefile for: lincvs
|
|
# Date created: 03 December 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lincvs
|
|
PORTVERSION= 0.4.90
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= http://lincvs.sunsite.dk/download/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0-generic-src
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
COMMENT= Graphical CVS front-end using QT2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_QT_VER= 2
|
|
|
|
.include <bsd.port.mk>
|