freebsd-ports/devel/gcvs/Makefile

40 lines
952 B
Makefile
Raw Normal View History

# New ports collection makefile for: gvcs
# Date Created: 28 Mar 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gcvs
PORTVERSION= 1.0
2003-08-24 19:34:45 +02:00
PORTREVISION= 3
PORTEPOCH= 1
2003-07-23 16:07:52 +02:00
CATEGORIES= devel tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= High-end interface client for CVS
BUILD_DEPENDS+= autoconf213:${PORTSDIR}/devel/autoconf213
BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14
2003-07-06 11:35:58 +02:00
BUILD_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_GMAKE= yes
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
CONFIGURE_SCRIPT= make_configure
MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
#USE_AUTOMAKE_VER= 14
#USE_AUTOCONF_VER= 213
.include <bsd.port.mk>