freebsd-ports/devel/gcvs/Makefile
Dirk Meyer d05e5880bf - Update to 1.0b2
- Fix build with automake14 and autoconf217
- This version needs glade to build too.
2002-02-05 19:29:50 +00:00

40 lines
1.0 KiB
Makefile

# New ports collection makefile for: gvcs
# Date Created: 28 Mar 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gcvs
PORTVERSION= 1.0b2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui
MAINTAINER= dinoex@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
BUILD_DEPENDS+= autoconf213:${PORTSDIR}/devel/autoconf213
BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14
BUILD_DEPENDS+= glade:${PORTSDIR}/devel/glade
BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
BREAKS_IF_PEDANTIC= yes
CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.3
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.3
LIBS+= -lgnugetopt
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib/ ${LIBS}"
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>