blob: 7cbdf37ea416f219d9a903a38976ae4eca1d404f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: gvcs
# Date Created: 28 Mar 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
# $MCom$
PORTNAME= gcvs
PORTVERSION= 1.0
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= devel tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui
MAINTAINER= ports@FreeBSD.org
COMMENT= High-end interface client for CVS
BUILD_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
BROKEN= Does not build
USE_GETOPT_LONG=yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_GMAKE= yes
BREAKS_IF_PEDANTIC= yes
CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.4
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.4
CONFIGURE_SCRIPT= make_configure
MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
INFO= cvs cvsclient
USE_AUTOTOOLS= automake:15:env autoconf:259:env
.include <bsd.port.mk>
|