2001-03-31 13:42:00 +02:00
|
|
|
# New ports collection makefile for: gvcs
|
|
|
|
# Date Created: 28 Mar 2001
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/devel/gcvs/Makefile,v 1.1 2006/10/07 17:10:25 ahze Exp $
|
2001-03-31 13:42:00 +02:00
|
|
|
|
|
|
|
PORTNAME= gcvs
|
2003-01-15 18:49:52 +01:00
|
|
|
PORTVERSION= 1.0
|
2007-09-30 06:47:36 +02:00
|
|
|
PORTREVISION= 10
|
2003-01-15 18:49:52 +01:00
|
|
|
PORTEPOCH= 1
|
2003-07-23 16:07:52 +02:00
|
|
|
CATEGORIES= devel tk84
|
2001-03-31 13:42:00 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= cvsgui
|
|
|
|
|
2004-08-18 16:52:01 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= High-end interface client for CVS
|
2001-06-24 06:28:57 +02:00
|
|
|
|
2003-07-06 11:35:58 +02:00
|
|
|
BUILD_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
2001-03-31 13:42:00 +02:00
|
|
|
|
2003-07-14 04:36:16 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2002-08-30 15:31:52 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-03-31 13:42:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2002-01-28 08:31:04 +01:00
|
|
|
BREAKS_IF_PEDANTIC= yes
|
2003-07-06 11:35:58 +02:00
|
|
|
CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.4
|
|
|
|
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.4
|
2002-02-05 20:29:50 +01:00
|
|
|
CONFIGURE_SCRIPT= make_configure
|
2001-04-21 17:32:07 +02:00
|
|
|
MAN1= cvs.1
|
|
|
|
MAN5= cvs.5
|
|
|
|
MAN8= cvsbug.8
|
2004-06-11 06:19:40 +02:00
|
|
|
INFO= cvs cvsclient
|
2007-09-30 06:47:36 +02:00
|
|
|
USE_AUTOTOOLS= automake:15:env autoconf:261:env
|
2001-03-31 13:42:00 +02:00
|
|
|
|
2007-11-22 23:27:29 +01:00
|
|
|
.include <bsd.port.mk>
|